hml, body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
}

h1 {
	margin-top: 0;
}

h3 {
	font-size: 15px;
}

ul {
	margin:0;
	padding:0;
	list-style: none;
}

img {
	margin:0;
	padding: 0;
	border-width: 0px;
}

em {
	color: #23b6ed;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #777777;
	font-style: normal;
	outline: none;
}

.small {
	font-size: 10px;
}

p.first {
	margin-top: 0;
}

.active a, a.more {
	color: #23b6ed;
	font-weight: bold;
	border-color: #23b6ed !important; 
}

.sub-menu a {
	border-left: 1px solid #777777;
	padding-left: 3px;
	margin-left: 15px;
}

a.more {
	text-decoration: underline;
}

#body {
	margin-left: 45px;
	padding-bottom: 30px;
	float:left;
}

#sidebar {
	width : 135px;
	float:left;
	margin-right: 30px;
	height:670px;
	position: relative;
}

#main {
	float:left;
	margin-top: 45px;
	width:696px;
	position: relative;
}

#head {
	margin-bottom: 20px;
	height: 47px;
}

#head h1 {
	margin-bottom: 5px;	
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}

#head h2 {
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
}

#top-right {
	position: absolute;
	right:0;
}

#top-right h1 {
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
}

#sidebar h3 {
	margin-bottom: 0px;
	font-weight: normal;
}

#content {
	width: 440px;	
	padding-right: 20px;
	padding-bottom: 30px;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 60px;
	font-size: 18px;
	color: #23b6ed;
	font-weight: normal;
}

#menu {
	border-right: 1px solid #e1e1e1;
	padding-top: 45px;
	padding-bottom: 30px;
	margin-bottom: 2px;
}

#menu li {
	margin-bottom: 9px;
}

#gallery {
	margin-top: 60px;
	height:318px;
	width: 418px;
	border: 1px solid #fff;
	overflow: hidden;
}

#gallery-controls {
	margin-top: 5px;
	width: 420px;
}

#gallery-controls a {
	display: block;
	height:7px;
	width: 7px;
	text-indent: -9999px;
	background-image: url(../img/gallery_item.gif);
	float:left;
	margin-right: 5px;
	background-repeat: no-repeat;
}

#gallery-controls a.active {
	background-image: url(../img/gallery_item_active.gif);
}

#gallery-controls a.next, #gallery-controls a.prev {
	float:right;
	width:9px;
	height: 9px;
	margin-right: 0px;
	margin-left: 5px;
}

#gallery-controls a.next {
	background-image: url(../img/arrow_right.gif);
}

#gallery-controls a.prev {
	background-image: url(../img/arrow_left.gif);
}

.bottom {
	position: absolute;
	bottom: 0;
}

.img-caption {
	font-size: 11px;
	margin-top: 0;
}

.left {
	float:left;
}