* { padding: 0; 
margin: 0;
    -moz-outline-style: none;     
    outline-style: none;
    outline-width: 0px;
    outline-color: -moz-use-text-color;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 380px;
	height:300px;
	margin: 0px 0px 0px 30px;
	background: #fff;
	padding:0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	filter:alpha(opacity=50);
	  opacity:0.8;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0px 0 0 0;
}

#header {
float:left;
 color: #333;
 width: 920px;
 padding: 5px;
 height: 85px;
 margin: 10px 0px 5px 0px;
 background-color:#000
}
#logo{
float:left;
width: 360px;
height:100px;
margin:20px 0 0 10px ;
}
#navigation {
float:left;
 width:600px;
 height:80px;
 color: #333;
 padding: 0px 0 0 0px;
 margin: 0px 0px 0px 0px;
 background:#FFF
}



a {text-decoration: none; color:#999;}
a:hover {text-decoration:blink;color:#666;}
#navlist ul { margin: 0; padding: 0; } 
#navlist li { color:#999;display: block; list-style-type: none; float:right;} 
#navlist a { display:block;padding: 0px 10px 0px 10px; } 

#active a:link, #active a:visited, #active a:hover {color:#F00} 


li{float:left;font-family:Arial, Helvetica, sans-serif;font-size:11px;margin:60px 2px 2px 2px;padding:inherit }
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	padding:0px 0px 0px 5px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0px 0px 0px 5px;
}
p { font-family:Arial, Helvetica, sans-serif; font-size:11px;padding:5px 20px 20px 5px; color:#666; text-align:justify; line-height:14px}




