@charset "utf-8";
body  {
	font-family: Arial, Tahoma, Verdana;
	font-size:14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../media/images/base/bg.jpg);
}
#container {
	width: 915px; /* the auto margins (in conjunction with a width) center the page */
	height: 540px;
	border: 0px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:hidden;
} 
#menu {
	height: 540px;
	width:170px;
	float:left;
	border: 0px solid #8F001C;
	margin: 0px;
	padding: 0px;
	background-image:url(../media/images/menu/menu.jpg);
	text-align:center;

	}

#content {
	width: 685px;
	height:500px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top:10px;
	margin-left: 20px;
	background-color:#FFFFFF;
	border: 3px solid #729CC2;
	float:left;
	background-image:url(../media/images/content/bg.jpg);

} 

h1 {
	font-size:24px;
	color: #729CC2;
	
}
