body {
	padding					: 5px;
	margin					: 5px;
	background				: #FFFFFF;
	color					: #CCCCCC;
	font-family				: arial, verdana, sans-serif;
	font-size				: 85%;
	border-left-width: 3px;
	border-left-color: #FF6600;
}


#content {
	width					: 700px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

#header {
	margin					: 5px;
	padding-left			: 5px;
	width					: 500px;
	color					: #FF6600;
	background				: #333333 ;
	height: 110px;
	text-decoration         : none 
}

/* IE Hack */

* html #header {
	margin					: 0px 5px 5px;
	padding-left			: 5px;
	width					: 360px;
	color					: #cc0000;
	background				: #333333 no-repeat left top;
	top: 20px;
	height: 107px;
	position: static;
	clip: rect(0px,auto,auto,auto);
	
}

#header p {
	margin-top				: 0px;
	margin-left				: 2px;
	font-size				: 80%;
	color					: silver;
	vertical-align: bottom;
	text-decoration: 		none;
	text-transform: none;
	font-variant: normal;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: 0.15em;
	line-height: normal;
	text-align: left;
	margin-bottom: 2px;
}

#header input {
	margin-top				: -17px; 
	text-align				: right;	
}

#search {
	width					: 190px;
	height: 136px;
	margin-top				: 2px;
	margin-left				: 0;
	float					: right;
	font-size				: 80%;
	color					: #666666;
	background				: url(images/rotator/rotator.php) no-repeat left top;
	margin-right: 0px;
	margin-bottom: 1px;
}

/* IE Hack */

* html #search {
	width					: 190px;
	height: 136px;
	margin-top				: 2px;
	float					: right;
	font-size				: 80%;
	color					: silver;
	background				: url(images/rotator/rotator.php) no-repeat left top;
	height: 160px;
	margin-right: 1px;
	margin-left: auto;
	margin-bottom: 1px;
}

#body {
	border-top				: 4px solid #FF6600;
	padding: 1px;
	top: 200px;
}

#body a {
	color					: #cc0000;
	background				: #333333;
	text-decoration			: none;
}

#footer {
	text-align				: right;
	font-size				: 75%;
	color					: silver;
	background				: #333333;
	border-top				: 1px solid #CCCCCC;
}

#footer a {
	color					: silver;
	background				: #333333;
}

#links {
	float					: left;
	width					: 150px;
	margin					: 5px;
	background-color: #333333;

}

#links a {
	color					: #CCCCCC;
	background				: #333333;
	text-decoration			: none;
	font-size				: 120%;
	font-weight: bold;
}
#links p {
	color					: #FF6600;
	background				: #333333;
	font-size				: 85%;
	font-weight: normal;
}

#main {
	margin					: 5px 5px 5px 165px;
	padding					: 15px;
	border-left				: 1px solid #FF6600;
	background-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#main h2 {
	background				: #333333 url(images/zed.gif) no-repeat;
	padding-left			: 22px;
	font-size				: 110%;
	color					: #FF6600;

}

blockquote {
	border					: 1px solid #FF6600;
	padding					: 10px;
}

code {
	white-space				: pre;
}
