*	{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#html, #body{width:100%;}	
	
body{
	font-size:64.5%;
	height:100%;
	line-height:1.7em;
	background:url(../images/bg.gif) repeat;
	}
	
h1	{
	color:#006600;
	font-size:2.2em;
	margin-bottom:15px;
	}

p	{
	color:#666;
	font-size:1.2em;
	margin-bottom:10px;
	}
	
p.bold{
	font-weight:bold;
	border-top:medium dotted #CCC;
	border-bottom:medium dotted #CCC;
	padding:10px 0 10px 0;
	}	
	
img{border:none;}	

ul	{
	list-style-image:url(../images/bullet.gif);
	color:#666;
	margin-left:15px;
	}
	
ul.col	{
	width:160px;
	float:left;
	}	
	
#header{
	text-align:center;
	height:110px;
	background:url(../images/bg_top.png) repeat-x;
	}
	
#logo{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center 4px;
	margin-left:auto;
	margin-right:auto;
	width:620px;
	height:45px;
	padding-top:60px;
	color:#FFF;
	}
	
#top_left{
	position:absolute;
	background:url(../images/top_left.png) no-repeat;
	width:300px;
	height:110px;
	left:0px;
	top:0px;
	}	
	
#top_right{
	position:absolute;
	background:url(../images/top_right.png) no-repeat;
	width:300px;
	height:110px;
	right:0px;
	top:0px;
	}
	
#shadow{
	background:url(../images/shadow.png) repeat-x top;
	position:absolute;
	top:110px;
	z-index:10;
	height:6px;
	left:0px;
	right:0px;
	width:100%;
	}	
	
#top{background:url(../images/shadow.png) repeat-x;}
	
#container{
	margin-left:auto;
	margin-right:auto;
	background:#FFF url(../images/shadow_bottom.png) repeat-x bottom;
	}	

#content{
	width:620px;
	margin-left:auto;
	margin-right:auto;
	}
	
#content p a{color:#339900;}
#content p a:hover{color:#06C;}
	
#navigation{margin-bottom:20px;}	
	
#left{
	width:375px;
	float:left;
	}
	
#right{
	width:200px;
	padding:40px 10px 30px 10px;
	float:right;
	font-size:1.2em;
	line-height:1.5em;
	background:url(../images/right_top.gif) repeat-x top #efefef;
	}
	
#right a{
	color:#FFF;
	text-decoration:none;
	background:url(../images/email.gif) no-repeat left;
	display:block;
	width:200px;
	}	
	
#right a:hover{background:url(../images/email_over.gif) no-repeat left;}			
	
#footer{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	font-size:1em;
	height:80px;
	bottom:0px;
	position:relative;
	}	
	
#footer, #footer a{color:#FFF;}	

#footer a:hover{color:#6C0;}

#bottom_left{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	background:url(../images/bottom_left.png) no-repeat;
	width:300px;
	}