html, body {
	margin: 0px;
}
body {
	background-color: #000000;
}

#page, #menu_holder, #footer {
	text-align: left;
	width: 945px;
}

#menu_holder {
	 /*background-image: url(images/header_back.jpg);
	 background-repeat: no-repeat;
	 background-position: 5px 0px;*/
}


#right{
	width:251px;
	width: 211px;
	background-color:#3b3b3b;
	background-image: url(images/side.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#left {
	background-color:#ffffff;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#header,#left {
	border: none;
}
#content_holder {
	width: 945px;
}

#right,#left {
	vertical-align: top;
	padding: 20px;
}
#left {
	padding-left: 30px;	
}
html,td,p,select,input,option,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#right td, #right, #right p {
	color: #ffffff;
}

h1,h2,h2 {
	font-family: "Century Schoolbook", "Times New Roman", Times, serif, georgia;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

#right h1, #right  h2, #right h3 {
	color: #ffffff;
}

#footer {
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 50px;
	/*background-image:url(images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: 10px;*/
}

#footer, #footer p {
	color: #858585;
	font-size: 11px;
}

#content_holder a {
	color: #283a78;
	text-decoration: none;
}
#content_holder #right a {
	color: #a3b7fb;	
}
#content_holder a:hover {
	text-decoration:underline;	
}

#footer a {
	color: #858585;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
}
input.button {
	background-color: #434343;
	border: solid 2px #7f7f7f;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
}

input, textarea {
	border: solid 1px #898989;
	color: #898989;
	padding: 5px;
	font-size: 12px;
}

