body {
		background: #dfe5fd url(../images/background.png) repeat-x;
		font-family: verdana;
		font-size: 12px;
		color: #727272;
		margin: 0;
		padding: 0;
}

#header {
		background: #fff url(../images/header.png) no-repeat;
		width: 956px;
		height: 141px;
		margin-top: 94px !important;
}
		
#main {
		width: 960px;
		background: #fff url(../images/repeater.png) repeat-y;
		min-height: 200px;
		height: 386px;
}

#footer, #main, #header {
		margin: auto;
		margin-top: 0;
}

#footer {
		background: #fff url(../images/footer.png) no-repeat;
		width: 960px;
		height: 29px;
		clear: both;
}

#content_left {
		float: left;
		padding-left: 5px;
		width: 332px;
}

#content_left img {
		float: left;
}

#photo, .thumb {
		border-left: 1px solid white;
		border-bottom: 1px solid white;
}

#menu {
		width: 960px;
		height: 20px;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#menu li {
	display:inline;
	float:left;
	font-size: 13px;
	padding-left: 18px;
}

#menu li a {
		text-decoration: none;
		color: #727272;
}

#menu li a:hover, #menu li a.active {
		color: #282828;
		text-decoration: underline;
}

#content_right {
		background: #eef1fa;
		float: left;
		height: 350px;
		width: 605px;
		overflow: auto;
		padding: 5px;
}

#content_right img {
		border: 3px solid white;
}

h1 {
		font-size: 18px;
}

.thumb {
		height: 80px;
		width: 81px;
		overflow: hidden;
		float: left;
		cursor: pointer;
}

.thumb img {
		height: 80px;
}

#photo {
		width: 327px;
		height: 284px;
}
