@charset "UTF-8";


/* Html */

html { background:url(../images/html.png) repeat;
}


/* Branding */

div#branding {
	
background:url(../images/branding.png) no-repeat center;
padding:0px 485px -40px 0px; /* Top Right Bottem Left */
margin:2em auto auto auto; /* Top Right Bottem Left */
height:50px;
width:400px;
text-indent:-9999px;
}


/* Content */

div#content {
	
	background:url(../images/midstroke.png) repeat-x;
	text-align:center;
	height:450px;
	width:auto;
	padding:10px 0px 0px 230px; /* Top Right Bottem Left */
	margin:3em -8px 0px -8px; /* Top Right Bottem Left */
}


/* Site_info */

div#site_info {
text-align:center;
width:660px;
margin:0 auto;
}

div#site_info li {
text-decoration:none;
display:inline;
font-size:small;
color:#fff;
font:Verdana, Arial, Helvetica, sans-serif;
}

div#site_info a {
text-decoration:none;
display:inline;
}

div#site_info a:link {
color:#fff;
}

div#site_info a:hover {
color:#000;
}

div#site_info a:visited {
color:#fff;
}

div#site_info a:active {
color:#fff;
}
