
html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #33ccff;
	text-decoration: none;
}
a:hover {
	color: #eee;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: right;
}

body {
	background: #000000;
	font: normal .82em 'Trebuchet MS', sans-serif;
	color: #ddffff;
	padding: 30px 5px;	
	text-align: center;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	position : absolute;
	width: 754px;
	top: 0,5cm;
	left: 250px;
	background: url(images/body_bg.jpg) repeat-y;
}
#body {
	position: relative;
	overflow: hidden;
}
#body-top {
	background: top left url(images/bar.jpg) no-repeat;
}
#body-bot {
	background: bottom left url(images/bar.jpg) no-repeat;
}
/************************** Header **********************************/
h1 {
	padding: 17px 0px 0px 95px;
}
#person {
	float:right;
	padding: 57px 95px 0px 0px;
	right: 20px;
	display:inline;			
}
#person2 {
	float:right;
	padding: 17px 80px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 276px;
	height: 270px;
	text-align: justify;
	display:inline;
}
#full {
	float:left;
	margin: 0px 0px 0px 131px;
	width: 580px;
	text-align: justify;
	display:inline;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 99px;
	border: 2px solid #336699;
	padding: 5px;
	display:inline;
	float: left;
	width:600px;
}

#header h1 {
	padding: 17px 0px 00px 95px;
}
#header li {
	display:inline;
	padding: 13px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #33ccff;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #fff;
}
/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 355px;
}
#tray-right {
	float: right;
	width: 152px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************** Footer **********************************/
#footer {
	text-align: center;
	color: #777777;
	margin-left: 95px;
	margin-right: 14px;
	background: top left url(images/king_left.jpg) no-repeat;
}
#footer-right {
	padding-top: 10px;
	padding-bottom: 22px;
	background: top right url(images/king_right.jpg) no-repeat;
}

/************************** Left sidebar **********************************/

/* Left Sidebar */

#left_sidebar {
	width: 134px;
	padding-left: 47px;
	float: left;
}

#left_sidebar .content_header {
	width: 134px;
}

#left_sidebar .content_header h2 {
	color: #9bb74b;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

#left_sidebar .content_header h2 span {
	display: block;
	padding-top: 10px;
}

#left_sidebar .content_box_left {
	width: 134px;
}

#left_sidebar .content_box {
	background: url('images/left_sidebar_bg.gif') repeat-y 0px 0px;
}

#left_sidebar .content_box h3 {
	color: #ea912e;
	clear: both;
}

#left_sidebar .content_box h2 {
	color: #99ccff;
	font-size: 11px;
	clear: both;
}

#left_sidebar .link-more {
	padding-top: 2px;
	text-align: right;
}

#left_sidebar .link-more a {
	color: #a7a7a7;
	font-weight: bold;
}

#left_sidebar .link-more a:hover {
	color: #f1af3b;
}
