﻿/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0;
	width: 341px;
}
a {color:#AEAEAC;text-decoration:none; outline: none;}
.hidden {display: none;}
h4 a:hover {color: #333;}
.link {color: #000; font-weight: bold; text-decoration: underline}
.link:hover {text-decoration: none}

/* STRUCTURE */
* {margin: 0;}	
html  {}
body { font-size: 11px; font-family: Arial,Verdana,Helvetica,sans-serif; color: #666; line-height: 18px; margin:0px auto; margin-top:0px; padding:0px;}

#page { width:965px; margin:0px auto; padding:2px 0px 0px 0px;}
#page #header_container {width:965px; height:98px; }
#page #header_container #logo {float:left;}
#page #header_container #banner {background:transparent url("/Assets/Resources/Images/banner.jpg"); height: 81px; float:right; text-indent: -9999px; width: 865px;}
#page #content_container { clear:both; border:1px solid #AEAEAE; margin:2px 0px 0px 0px; width:965px;}

#page #content_container #menu_container {width:201px; height:500px; float:left; }
#page #content_container #content { float:right; width: 763px; }

#page .breadcrumb a { color:inherit; }

#footer {width:965px; font-size:11px; color:#AEAEAC;}
#footer li { float:right; width:110px; text-align:right;}
#footer li.first { float:left; text-align:left; } 


