
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: normal;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #FFFFFF; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	background: url(../images/img02.jpg) repeat-y center top;
}

#wrapper-bgtop {
	background: url(../images/img01.jpg) no-repeat center top;
}

/* Header */

#header-wrapper {
}

#header {
	width: 940px;
	height: 133px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: right;
	width: 960px;
	padding-top: 140px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #FCC9FD;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F3F3F3;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
}

#menu .first {
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 980px;
	
}


#clear-div {
	height:0px;
	padding:0px;
	margin:0;
	clear: both;
/*	background-color:#FFFFFF;*/
}
/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	/*background: url(../images/img02.gif) repeat-x left top; */
}

#footer-bgcontent {

	height: 200px;
	background: url(../images/img03.jpg) no-repeat center top;
}

#footer-menu{
	padding-top: 180px;
	text-align:center;
	list-style:none;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#footer-menu a {
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 30px 16px 30px 16px;
}

#footer-menu a:hover {
	text-decoration: none;
	color: #00003D;

}

#footer-menu li{
display:inline
}

#footer-main {
	background: url(../images/img04.jpg) no-repeat center top;
	text-align: center;
	margin: 0;
}
#footer-main h1{
	padding: 140px 0px 0px 0px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
}
#footer-main-text {
	width: 400px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	
}


#footer p {
	margin: 0;
	padding: 10px 0px 10px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #000000;
	
}
#footer-main-text p {
	margin: 0;
	padding: 15px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	
}

#footer a {
	color: #000000;
}
