

body {
	padding					: 0;
	margin					: 0;
	background				: #FFFFFF;
	color					: #000000;
	font-family				: Verdana, Geneva, sans-serif;
	font-size				: 75%;
	line-height				: 1.5em;
}


#content {
	width					: 700px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

#header {
	margin					: 5px;
	padding-left			: 5px;	
	width					: 500px;
	color					: #501616;
	background				: #FFFFFF;
}

/* IE Hack */

* html #header {
	margin					: -60px 5px 5px 5px;
	padding-left			: 5px;	
	width					: 475px;
	color					: #cc0000;
	background				: #FFFFFF;
	
}

#header p {
	margin-top				: -19px;
	margin-left				: 2px;
	font-size				: 90%;
	color					: silver;
	background				: #FFFFFF;
}

#header input {
	margin-top				: -17px; 
	text-align				: right;	
}

#search {
	width					: 210px;
	margin-top				: 2px;
	margin-left				: 160px;
	float					: right;
	font-size				: 80%;
	color					: silver;
	background				: #FFFFFF;	
}

/* IE Hack */

* html #search {
	width					: 210px;
	margin-top				: 27px;
	margin-left				: 160px;
	float					: right;
	font-size				: 80%;
	color					: silver;
	background				: #FFFFFF;	
}

#body {
	border-top				: 1px solid silver;
}

#body a {
	color					: #000000;
	background				: #FFFFFF;
	text-decoration			: none;
}

#footer {
	text-align				: right;
	font-size				: 75%;
	color					: silver;
	background				: #FFFFFF;
	border-top				: 1px solid silver;
}

#footer a {
	color					: silver;
	background				: #FFFFFF;
	text-decoration			: none;
}

#links {
	float					: left;
	width					: 150px;
	margin					: 5px;

}

#links a {
	color					: #501616;
	background				: #FFFFFF;
	text-decoration			: none;
	font-size				: 120%;
	font-weight             : bold;
}

a img {
					border : none;
	}

#links a:hover {
	text-decoration			:underline;
}

#main a:hover {
	text-decoration			:underline;
}

#links p {
	color					: silver;
	background				: #FFFFFF;
	font-family             : Arial, Helvetica, sans-serif;
	font-size				: 95%;
	margin-top				: 85px;
}

#main {
	margin					: 5px 5px 5px 160px;
	padding					: 15px;
	border-left				: 1px solid silver;
}

#main h1 { 
    background				: #FFFFFF;
	/*background-image		: url('images/page_white_text.jpg');*/
	background-repeat		: no-repeat;
	/*padding-left			: 22px;*/
	padding-bottom: 10px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 140%;
	letter-spacing: 0.5pt;
	color					: #501616;
	line-height				: 1.5em;
}

#main h2 {
	background				: #FFFFFF;
	/*background-image		: url('images/page_white_text.jpg');*/
	background-repeat		: no-repeat;
	/*padding-left			: 22px;*/
	padding-bottom: 10px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 130%;
	letter-spacing: 0.5pt;
	color					: #501616;
	line-height				: 1.5em;
}
	
#main h3 {
	background				: #FFFFFF;
	background-repeat		: no-repeat;
	padding-top				: 10px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 120%;
	color					: #501616;	

}

blockquote {
	border					: 1px solid #225500;
	padding					: 10px;
}

code {
	white-space				: pre;
}

.box { 
	position: static;
	width: 510px;
	height: auto;
	margin: 40px auto 30px 0px;
	padding: 0px 0px 0px 5px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	/*text-align: center;*/
	
}

.box1a { 
	position: static;
	width: 500px;
	height: auto;
	margin: 8px auto 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #501616;
	font-weight: bold;
	font-size: 90%;
}

.box1b { 
	position: static;
	width: 500px;
	height: auto;
	margin: 5px auto 5px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #501616;
	font-weight: bold;
	font-size: 90%;
}

.box1c { 
	position: static;
	/*float: left;*/
	width: 250px;
	height: auto;
	margin: 0px 0px 5px auto;
	padding: 0px 0px 5px 0px;
	/*text-align: center;*/
	
}

