/* general */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
	font: 16px Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #0052AF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


h1 {
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
}



#frame {
	width: 1200px;
	margin: 0px auto;
	background-color: #000000;
	border: 1px solid #000000;
}
#header {
	width: 1200px;
	height: 52px;
	background-image: url(../img/header.jpg);
}

#navbar {
	float: right;
	width: 1050px;
	height: 52px;
	background-color: #FFFFFF;
}
.navlinks {
	float: right;
	font-size: 0.75em;
	color: #000000;
	text-transform: uppercase;

}
.navlinks a {
	color: #000000;
	display: inline-block;
	padding: 20px 20px 17px 20px;
	text-decoration: none;
	height: 52px;
}
.navlinks a:hover {
	background-color: #F6F6F6;
}


#logo {
	float: left;
	width: 150px;
	height: 52px;
	background-image: url(../img/logo.jpg);
}

#container {
	width: 1200px;
}
#lftwrp {
	float: left;
	width: 1162px;
	background-color: #000000;
}
#lftimg {
	float: left;
	width: 47px;
	height: 1154px;
	background-image: url(../img/left.jpg);
	background-repeat: no-repeat;
}
#content {
	float: right;
	width: 1115px;
	min-height: 1154px;
	height: auto !important;
	height: 1154px;
	background-color: #000000;
	background-image: url(../img/content.jpg);
	background-repeat: no-repeat;
}



div.descwrp {
	width: 450px;
	padding: 30px;
	background-color: #121212;
	-moz-border-radius: 10px;
	-webkit-box-radius: 10px;
	-khtml-border-radius: 10px;
}
div.destitl {
	width: 100%;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin: auto;
}
div.destxt {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin: auto;
}



div.cwrp {
	width: 1106px;
	background-color: #FFFFFF;
	box-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	-khtml-box-shadow: 5px 5px 10px #000000;
}
div.smsp {
	padding-bottom: 15px;
}
div.sepspace {
	padding-bottom: 25px;
}
div.topsp {
	padding-bottom: 30px;
}

div.botsp {
	padding-bottom: 90px;
}
.clear {
	clear: both;
}

#rgtimg {
	float: right;
	width: 38px;
	height: 1154px;
	background-image: url(../img/right.jpg);
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	width: 1200px;
	height: 34px;
	background-color: #FFF;
}
div.disclaimerbx {
	font-size: 0.7em;
	color: #333333;
	width: 98%;
	height: 15px;
	padding-top: 10px;
	margin: auto;
}
