* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #0d1424 url(images/body-bg.jpg) no-repeat center top;
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	word-wrap: break-word;
	color: #666;
}

a {
	color: #fff;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f4a308;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 10px 0px 11px;
	text-align: justify;
	line-height: 16px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	width: 1000px;
	margin-left:80px;
}



/* Page Header */


#page_header {
	width: 1000px;
	height: 288px;
	overflow: hidden;
	text-align:left;
	margin-top:60px;
	padding-left:20px;
	background: url(images/banner.jpg) no-repeat;
	border-radius: 15px;
}

#person_name {
	width: 180px;
	color: #FFF;
	float: left;
}

#person_name h1 {
	width: 300px;
	height: 25px;
	background: #d90225 no-repeat 0% 0%;
}


/* Header Navigation */

#header_nav {
	width: 251px;
	height: 45px;
	overflow: hidden;
	float: right;
	text-align: right;
	margin-left:380px;
	margin-top:0px;
	
}

#header_nav ul {
	margin-top: 5px;
	margin-left:100px;
}

#header_nav li {
	height: 23px;
	background: inherit no-repeat 0% 0%;
	float: left;
}

#header_nav li a {
	display: block;
	padding-left:5px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration: none;
}

#header_nav li a:hover {
	color: #FF9933;
	background-color: inherit;
}


/* Left Sidebar */

#leftsidebar_1 {
	margin-top: 5px;
	padding-left: 36px;
	background: # no-repeat 36px 0%;
	float: left;
	text-align: left;
}

#leftsidebar_2 {
	padding: 11px 0px;
	width: 164px;
	background: #330033 no-repeat 0% 100%;
}

#leftsidebar_content {
	padding: 15px 20px 15px 25px;
	color: #FFFFFF;
	background: #330033 repeat-y;
	font-weight: bold;
}

#leftsidebar_content a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}

#leftsidebar_content a:hover {
	color: #FF9933;
	background-color: inherit;
}

#leftsidebar_content li {
	padding: 4px 0px;
	color: #d90225;;
}


/* Main Content */

#maincontent_1 {
	margin-top: 35px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	text-align: left;
	width: 1000px;
	vertical-align:central;
}

#maincontent_2 {
	margin-left: 280px;
	width: 1000x;	
}


#maincontent_content a {
	color: #003366;
	background-color: inherit;
}

#maincontent_content a:hover {
	color: #724c04;
	background-color: inherit;
}

#box {
   float: left;
   position: relative;
   width: 20%;
   padding-bottom: 20%;
}
#boxInner {
   position: absolute;
   left: 10px;
   right: 10px;
   top: 10px;
   bottom: 10px;
   overflow: hidden;
   border-radius: 15px;
   
}

#boxInner img {
   width: 100%;
}

#content_contact {
	margin-left: 280px;
	width: 1000x;		
	height: 450px;
	float: center;
	margin-top: 50px;
	border-radius: 8px;
	box-shadow: 0 1px 7px rgba(0,0,0,.4);
}

#content_text1 {
	width: 300px;
	height: 200px;
	float: center;
	padding-left: 110px;
	padding-top: 50px;
	font-size: 18px;
	position:relative;
	z-index: 100;
	font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	fo
}

#content_text2 {
	width: 300px;
	height: 200px;
	float: center;
	padding-left: 60px;
	padding-top: 60px;
	font-size: 12px;
	border:none;
}


/* Page Footer */

#page_footer {
	margin: 0px auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 25px;
	width: 690px;
	text-align: left;
}

#copyright_info {
	margin-right: 2px;
	width: 270px;
	float: right;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

#copyright_info small b {
	padding-top: 1px;
	display: block;
	float: left;
	font-size: 15px;
}
