@charset "UTF-8";

* {font-family:"Calibri", Arial, Helvetica, sans-serif;}

body
{
	margin: 0;
	padding:0;
	background-color:#333;
}

#header {
	width: 100%;
	background-color:#000;
	height:120px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

#body {
	width:100%;
	background-color:#fff;
	padding:20px 0 20px 0;
	float:left;
	font-size: 13px;
	font-weight: normal;
	text-align:justify;
	line-height:18px;
}

#body .recent-box {
	width:200px;
	height:217px;
	background-image:url(../images/picture-frame.gif);
	margin-left:25px;
}

#body .recent-pic {
	padding:5px;
}

#body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#body li {
	margin: 0;
	padding: 0;
	float:right;
}

#footer { 
	width:100%; 
	padding:0 0 0 0;
	float:left;
	font-size: 13px;
	font-weight: normal;
	text-align:justify;
	line-height:18px;
	color:#ccc;
	}

#footer .graytitle {
	font-size:18px;
	font-weight:bold;
	color:#C90;
	padding-bottom:10px;
}

#footer .graytext {
	color:#777;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	margin: 0;
	padding: 0;
}

#body .orangetitle {
	font-size:18px;
	font-weight:bold;
	color:#C90;
	padding-bottom:10px;
}


#footer a:link, a:visited { color:#CCC; text-decoration:none }
#footer a:hover { color:#F60; text-decoration:underline }

/*
#footer li a:link { color:#CCC; text-decoration:none;}
#footer li a:hover { color:#F60; text-decoration:underline;}
#footer li a:visited { color:#CCC; text-decoration:none; }
*/

