@import "standards.css";

/*** body ***/

html {
	background:#f0f0f0;	
}

body {
	background:#f0f0f0;
	font-family:'Lucida Grande', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#505050;
}

a {
    color:#757575;
	text-decoration: none;
}
a:hover {
	color:#36689A;
}

/*** containers ***/

div#page_container {
	margin-top:75px;
	
	-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	
	background-color:#ffffff;
}

div#content {
	width:600px;
	padding:30px 0px 30px 200px;
	
	margin:auto;
	
	font-size:16px;
	line-height:23px;
	
	text-shadow:0 1px 1px #fff;
	
	background:url('logo_redpeach.png') left 30px no-repeat;
}

div#content2 {
	width:600px;
	padding:30px 0px 30px 200px;
	
	margin:auto;
	
	font-size:16px;
	line-height:23px;
	
	text-shadow:0 1px 1px #fff;
}