@charset "utf-8";
/* CSS Document */

#wrapper {
width:100%; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */
} 

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
}

a { font-family:Tahoma, Geneva, sans-serif;
color:#369;
text-decoration:underline;	
}

a:hover{ font-family:Tahoma, Geneva, sans-serif;
color:#369;
text-decoration:underline;
font-style:italic;	
}

#background{
background-image:url(images/background.jpg);
background-repeat:no-repeat;
height: auto;
width: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#content_bg{
	border:#666;
	border-style:solid;	
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	width: 800px;
	height: 920px;
margin:0 auto; /* for the rest */
}

#logo{
	background-image:url(images/logo.jpg);
	width:443px;
	left: 187px;
	height: 178px;


	
}

#login{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 351px;
	height: 177px;
	margin-top: 10px;
	left: 639px;
	top: 35px;
}

#navigation{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
}

#content{
	font-family:Tahoma, Geneva, sans-serif;
	width:755px;
	left: 199px;
	top: 311px;
	height: 569px;
	margin-left: 20px;

}