/* CSS Document */
* {margin:2; padding: 2; border: 2;}
body {
	background-color: #000000;
	font-family: Georgia;
	font-weight: normal;
	color: #CCCCCC;
	
}
#maincontent{
    padding: 5px;

}

#container {
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 755px;	
}

#header {
	height: 45px;
	width: 745px;
	background-image: url(../images/two_header_bg.gif);
}

#nav li {
	display: inline;
	background-image: url(../images/two_bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;	
	padding: 0 0 0 23px;
}

#nav a {
	background-color:#000000;
	font-weight: bolder;
	color: #999999;	
}
#nav a:hover {
	background-color: #CCCCCC;	
}

#copy h1{
	text-transform: lowercase;
	font-family: "Courier New", Courier, mono;
	font-variant: normal;
	font-style: normal;
	padding: 3px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#copy h2{
	font-family: "Courier New", Courier, mono;
	text-transform: lowercase;
	color: #CCCCCC;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	text-align: right;
}

#copy b {
	text-decoration: line-through;	
}

#logo {
	background-image: url(../images/two_logo.gif);
	height: 100px;
	width: 100px;
	float: left;
	clear: both;
	padding-left: -4px;
}
#bottom {
	background-color: #666666;
	height: 20px;
	width: 745px;
}
#footer {
	color: #333333;
	text-align: right;
	width: 745px;
}
p {
	text-align: left;
}
#copy a:hover {
	color: #FF0000;
	text-decoration: blink;
	background-color: #666666;
}
#copy a:link {
	color: #930000;
}
