*{
	margin:0;
	padding:0;
}

.clearall{
	clear: both;
}

body{
	background-color: #e1e1e1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#logo{
	height: 107px;
	width: 308px;
	float: left;
	padding: 15px 0;
}

#adress{
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 60px;
}

#adress p{
	font-size: 18px;
	color: #636363;
}

#navbar {
	clear: both;
	height: 20px;
	width: 930px;
	background-image: url(../images/nav_bg.jpg);	
	padding: 5px 10px 15px 10px;

}

#nav {
	float: left;
	margin-left: 20px;
	width: 700px;
	margin-top: 5px;
}

#nav li {
	list-style-type:none;
	float:left;
	margin-right:56px;
}
#nav li a {
	text-decoration:none;
	color:#ccdeed;
	font-weight: bold;
	font-size: 19px;
	display: block;
	height: 30px;
}
#nav li a:hover, #nav li a.active {
	color:#fff;
	background-image: url(../images/nav_rollover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#login{
	float: right;
}

.rollover a{
   display: block;
   text-indent: -9999px;
   margin: auto auto auto auto;
   cursor: pointer;
   outline: transparent solid 0px;
}

#login a{
	height: 28px;
	width: 122px;
	background: url(../images/nav_login.gif) no-repeat left top;
}

#login a:hover{
   background-position: left -28px; 
}


#content{
	width: 950px;
	background-color: #FFF;
}

#footer{
	height: 91px;
	width: 910px;
	background: url(../images/footerbg.jpg) no-repeat;
	padding: 20px 20px 0 20px;
}

.linksbox{
	width: 150px;
	float: left;
	margin-right: 20px;
	line-height: 20px;
}

.linksbox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.linksbox h4 a{
	font-size: 16px;
	color: #CCDEED;
}

.linksbox a:hover{
	text-decoration: underline;
}

#copyright{
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}

#credits{
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#copyright p, #credits p, #credits a{
	font-size: 14px;
	font-weight: bold;
	color: #7d7d7d;
	text-decoration: none;
}

#credits a:hover{
	color: #000;
}

