/* CSS Document */
.clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
/* Hides from IE-mac \*/
* html .clear { height:1%; }

/* Normalize margin and padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, 
input, p, blockquote, th, td { margin: 0; padding: 0; }

/* Normalize heading font sizes */
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

/* Remove list-styles from lists */
ol, ul { list-style: none; }

/* Normalize font style and font weight */
address, caption, cite, code, dfn em, strong, th, var { font-style: normal; font-weight: normal; }

/* Remove border from tables */
table { border-collapse: collapse; border-spacing: 0; }

/* Remove border from fieldset and img */
fieldset, img { border: 0; }

/* left align text in caption and th */
caption, th { text-align: left; }



body {
    font:75%/140% Arial, Helvetica, sans-serif;
	text-align: center; /* required for centering the page in IE */
	margin:0 auto;
	color:#333333;
	}
	
#wrapper {
	width: 790px;
	margin: 0 auto; /* centering the page */
	border: 0;
	}
	
#masthead {
	background: #fff;
	}
	   	
#nav {
	width:200px;
	float:right;
	margin: 20px 0;
	}

#main_content {
	width: 780px;
	height:300px;
	padding-top:50px;
	text-align: left;
	margin: 0;
	background:#e0e0e0 url(images/bg.gif) repeat;
	}

	
#footer {
	background: #fff;
    text-align:left;
	margin:0 auto;
    font-size:11px;
	color:#999;
}
	

.menu li {
float: left;
}


.menu a {
margin: 0;
padding: 5px 10px;
display: inline;
text-align: center;
color: #999;
font: 10px  Verdana, sans-serif;
}

.menu a:hover {
background:#fff;
color:#666; 
}

.menu a:active {
background:#fff;  
}

div#main_content {margin-top:10px;}

div#main_content h1 { font-size: 14px; line-height: 14px; font-weight: bold; color: #333; padding: 0 20px; }

div#main_content p {padding: 0 20px; font-size:14px; line-height:14px;color:#1f1c4e;}
 
div#main_content strong {font-style: bold; font-weight: bold;}

div#main_content ul {padding-left:20px;}
div#main_content img {padding-top:20px;}
div#main_content img.nopad {padding-top:0}

div#masthead  img {padding:0;}
div#masthead  img.nopad {padding:0;}
