* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	outline: none;
}

body {
	background: url( 'images/background.gif' );
	font-family: Verdana, Arial;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	width: 775px;
	background: #FFF;
	border-left: 1px solid #a3d3ea;
	border-right: 1px solid #a3d3ea; 
}

#header {
	width: 775px;
	height: 121px;
	background: url( 'images/header.png' ) no-repeat;
}

#header .ad {
	padding: 55px 0 0 300px;
}

#menu {
	width: 774px;
	height: 31px;
	background: url( 'images/menu_bg.png' ) repeat-x;
	color: #FFF;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	float: left;
	padding: 8px;
	background: url( 'images/menu_separator.png' ) right no-repeat;
}

#menu a, #menu a:visited {
	color: #FFF;
	font-weight: bold;
}

#content {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	overflow: hidden; 
}

#sidemenu {
	border-top: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
	width: 190px;
	float: left;
}

#sidemenu h3 { 
	display: block;
	background: url( 'images/sidemenu_blue.png' ) no-repeat;
	width: 188px;
	height: 19px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;  
}

#sidemenu ul {
	list-style-type: none;
}

#sidemenu li {
	width: 183px;
	height: 18px;
	background: #f2f2f2;
	padding-left: 5px;
	color: #1968ad;
}

#sidemenu li a, #sidemenu a:visited {
	color: #1968ad;
}

#sidemenu li.white {
	background: #FFF;
}

#sidemenu li:hover {
	background: url( 'images/sidemenu_hover.gif' ) no-repeat;
	color: #FFF;
	font-weight: bold;
}

#sidemenu li a {
	text-align: center;
	width: 148px;
	display: block;
	float: left;
}

#sidemenu li span {
	width: 15px;
	float: left;
}

#sidemenu .ad, #right .ad {
	padding: 5px;
	text-align: center;
}

#right {
	float: left;
	margin-left: 2px;
	border-top: 2px solid #f2f2f2;
	border-left: 2px solid #f2f2f2;
	width: 573px;
}

#right h2 { 
	display: block;
	background: url( 'images/content_blue.png' ) no-repeat;
	width: 573px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-left: 5px;  
}

#right .text {
	background: #f2f2f2;
	width: 578px;
}

#right .avatar {
	padding: 7px;
}

#footer {
	margin: 0 auto;
	width: 762px;
	height: 27px;
	background: url( 'images/footer.png' ) no-repeat;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
}