/* CSS Document */

body{
	margin: 10px 0 0 0;
	padding:0;
	text-align: center;
	background: url(images/back.jpg);
	background-repeat:repeat-x;
	background-position:10px 22px;
	font-size: 12px;
	line-height: 125%;
	font-family:"Times New Roman", Times, serif;
	}
	
#main{
	margin-top: 17px;
}

#top{
}

#container{
	text-align: left;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	border-bottom: 10px solid #333333;
	background: #bad1df;
}

#header{
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
}

#menubar{
	text-align: center;
	height: 34px;
	background: #d2eaf6;
	border-top: 2px solid #9FB5C3;
	border-bottom: 2px solid #9FB5C3;

}

#menubar ul{
	margin: 0;
	padding: 0;
}

#menubar ul li{
	list-style-type:none;
	display: inline;
}

.content{
	padding: 20px;
}

#footer{
	text-align: center;
	padding-bottom: 20px;
}

#footer a{color: #000000; text-decoration:none;}

#footer a:hover{text-decoration:underline;}

#footer ul{
	margin: 0;
	padding: 0;
}

#footer ul li{
	list-style-type:none;
	display: inline;
}

#container{
	background: #bad1df url("images/background.gif");
	background-repeat: no-repeat;
	background-position: top right;
}