* 
	{
	margin:0;
	padding:0;
	}

body 
	{
	background-color: #ccc;
	text-align: center;
	}

@font-face 
	{
	font-family: Verdana;
	}
		
#container 
	{
	margin: 10px auto 0 auto;
	width:900px;
	background-color: #fff;
	text-align: left;
	}

/*---- Logo ----*/
#logo
	{
	margin: 0 25px;
	padding-top: 15px;
	width:850px;
	height:175px;
	background-color: #fff;
	}
	
#logo img
	{
	margin: 0;
	padding: 0;
	width:850px;
	height:175px;
	}

/*---- Navigation ----*/
#menu
	{
	margin: 0 25px;
	width:850px;
	height:25px;
	background: url("round-left.png") left bottom no-repeat;
	background-color: #006699;
	text-align: right;
	}
	
#menu ul li 
	{
	display:inline;
	font-family: Verdana;
	font-size:15px;
	}

#menu ul li a 
	{
	color:#FFF;
	padding:0 10px;
	text-decoration:none;
	}

#menu ul li a:hover 
	{
	color:#ccc;
	text-decoration:none;
	}
	
/*---- Contentcontainer ----*/
#content-container
	{
	margin: 20px 25px 0 25px;
	width:850px;
	}
	
/*---- Rightmenu ----*/
#right
	{
	float: right;
	width: 230px;
	height: 470px;
	background: url("../images/side.png") no-repeat;
	}
	
#right_top
	{
	float: right;
	width: 230px;
	height: 470px;
	
	}

	
#right_content
	{
	margin: 10px 15px;
	width: 200px;
	color: #fff;
	font-family: verdana;
	font-size: 14px;
	}
	
	
#right_content h3
	{
	color: #fff;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	}

#right_content hr
	{
	color: #fff;
	background-color: #ffff;
	width: 200px;
	text-align: left;
	}

		
#right_content a
	{
	color: #fff;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

/*---- content ----*/
	
#content
	{
	margin: 0 20px 10px 0;
	float: left;
	width: 600px;
	}

#content h1
	{
	color: #068ad2;
	font-family: Verdana;
	font-size: 18px;
	}

#content h2
	{
	color: #068ad2;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	}
	
#content hr
	{
	color: #068ad2;
	background-color: #068ad2;
	width: 550px;
	margin: 0 0 10px 0;
	text-align: left;
	}
	
#content p 
	{
	color: #000;
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 15px;
	}
	
#content td
	{
	color: #000;
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 5px;
	}
	
#content input
	{
	border: solid 1px #068ad2;
	font-family: verdana;
	font-size: 12px;
	background: #fff;
	}
	
#content textarea 
	{
	border: solid 1px #068ad2;
	font-family: verdana;
	font-size: 12px;
	}	
	
#content a
	{
	color: #068ad2;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	}	
	
/*---- footer ----*/
#footer
	{
	margin: 0px;
	background-color: #222; 
	width: 100%;
	height: 35px;
	}

#footertext 
{
	height: 35px;
	margin: 0px auto;
	padding-top: 10px;
	width: 905px;
}

#footertext p 
{
	color: #FFF;
	font-family: verdana;
	font-size: 13px;
	text-align: center;
}