/* Main elements
------------------*/
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body	{
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, Verdana, sans-serif;*/
	background:url(../images/bg.jpg) repeat-x top left #4e4f51;
	font-family:Segoe UI,Arial,sans-serif;
	color:#fff;
	font-size:62.5%;
	/*background:#FFF;*/
}

/* SBMH to correct font-size difference */
* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:62.5%; /* for other IE versions */
}

h1,h2,h3,h4,h5	{
	font-weight:normal;
}

h1 {
	font-size:2em;
	padding-bottom:1.2em;
}

h2 {
	font-size:1.8em;
	padding-bottom:1.2em;
	font-weight:bold;
}

h3 {
	font-size:1.3em;
	padding-bottom:1.2em;
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size:1em;	
}

p {
	font-size:1.2em;
	padding-bottom:1.2em;
	line-height:1.6em;
}

a {
	text-decoration:underline;
	color:#fff;
	font-size:11px;
	outline:none;
}


a:hover	{
	color:#999;
}

a img {
	border:0;
}

li {
	list-style:none;
}

fieldset {
	border:none;
}

td, th, dt, dd {
	font-size:1.1em;
	line-height:1.6em;
}

dl {
	margin:10px auto 0 auto;
	width:98%;
	border:0px solid red;
}

dt {
	clear:left;
	float:left;
	width:150px;
	font-weight:bold;
	border-bottom:1px solid #606060;
}

dd {
	float:left;
	width:150px;
	border-bottom:1px solid #606060;
}

/*
============================
main divs
============================
*/

#website {
	height: 100%;
	overflow: hidden;
	margin:0;
	padding:0;
	background:#000;
}

#website h1 {
	text-indent:-9999px;
	outline:none;
	background:url(../images/logo.png) no-repeat top left transparent;
	display:block;
	width:300px;
	height:75px;
	margin:30px 0px 0px 100px;
}

#container {
	background:url(../images/arm.png) no-repeat top left;
	height:382px;
	padding:19px 0px 0px 0px;
}

#content {
	margin:0px 0px 0px 175px;
	border:1px solid #fff;
	width:900px;
	padding:30px;
	background:url(../images/contentbg.jpg) repeat-x top left #626262;
}

ul li {
	padding:5px;
}


