/* CSS Document */

html,body{
	width:100%;
	height:100%;
	margin:0px;
	text-align:center;
	background-color:#000;
	font-family:"Lucida Grande", Myriad, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(images/topbg.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
}

#container{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header{
	width:720px;
	height:185px;
	float:left;
	background-image: url(images/header.png);
}
#nav{
	width:720px;
	height:40px;
	height:30px;
	background-color:#BEBEBE;
	float:left;
	text-align:center;
	font-size:16px;
	color:#012756;
	padding-top:10px;
}
#nav-link{
	padding:5px 10px 5px 0px;
	float:left;
	text-align:center;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #012756;
}
#nav a:hover {
	text-decoration: none;
	color: #333333;
}

#content{
	width:680px;
	background-color:#E2E2E2;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}
#block-left{
	width:330px;
	padding-right:10px;
	float:left;
}
#block-misc{
	width:300px;
	padding-right:10px;
	float:left;
}
#block-right{
	width:330px;
	float:left;
}
#block-full{
	width:680px;
	float:left;
}
#photoblock{
	width:720px;
	height:225px;
	background-color:#333333;
	float:left;
}
#updatesblock{
	width:680px;
	float:left;
	background-color:#EFEFEF;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
}
#loginblock{
	width:680px;
	float:left;
	background-color:#E2E2E2;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:0px;
	background-image: url(images/laptopbg.png);
	background-repeat: no-repeat;
	height: 169px;
}
#contactblock{
	width:680px;
	float:left;
	background-color:#CCCCCC;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	color:#333333;
	background-image: url(images/greybtm.gif);
	background-attachment: fixed;
	background-position: bottom;
}
#footer{
	width:720px;
	float:left;
	background-color:#6DB621;
	height:45px;
	text-align:center;
	color:#666666;
	padding-top:30px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
h1{
	color:#F66917;
	font-size:18px;
	font-weight:normal;
	line-height: 150%;
	padding-bottom: 0px;
}
h1 a:link{
	color: #535353;
	background-color: #CCCCCC;
	text-decoration: none;
	border-bottom-color: #333333;
	border: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2{
	color:#535353;
	font-size:15px;
	font-weight:normal;
}
a {
	color: #F66917;
	text-decoration: underline;
}
