/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
	height:auto;
}
.style1 {color: #413F37}
span.style3 {font-size: 18px}
#wrapper2{
	height:auto;
	}
p.style3{
	text-align:left;
}

/** HEADINGS */
#header1 h1 {
    padding:5px;
    margin:0;
}

h1, h2 {
	margin: 0px;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	color: #504E42;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #413F37;
	padding: 0;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	color: #504E42;
}

/** TEXTS */

body, th, td, input, textarea, select {
	color: #fdebdb;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 200%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #578BB1;
}

a:hover {
	text-decoration: none;
}

/** FORMS */

form{
	margin: auto;
	padding: 0px;
	width: 250px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}
	

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	margin: 0 auto;
	border: 2px solid gray;
}
#header img{
	border:none;
	}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	background: #FFFFFF;
	border: 1px solid #E1DFD8;
	padding: 5px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** WRAPPER */

#wrapper {
	background: url(images/bg02.jpg) repeat-x left top;
}

#wrapper2 {
	width: 940px;
	background: url(images/bg03.jpg) repeat-y left top;
	margin: 0 auto;
	height: auto;
}

#wrapper3 {
	padding: 0px 45px;
	background: none;
}

/** HEADER */

#header {
	height: 130px;
	width: 850px;
	border:none;
}



/** MENU */

#menu {
	width: 850px;
	height: 70px;
	background: url(images/homepage03.jpg) no-repeat left top;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding: 23px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 10px 0px 11px;
	background: url(images/subpage1_03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}

#menu a:hover {
	text-decoration: underline;
}
#menu a:current{
	text-decoration: underline;
}

/** BANNER */

#banner {
	padding-bottom: 10px;
}
#banner_i {
	width: 850px;
	padding: 0 0 15px 0;
	background: url(images/desert.jpg) repeat-x left top;
	margin: 0 auto;
	position: relative;
	top: 0px;
	height: 186px;
	background-image: url(images/desert.jpg);
	}
/** PAGE */

#single {
	padding: 25px;
	background: url(images/homepage07.gif) repeat-x left top;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0 auto;
	font-size: 12px;
	position: relative;
	padding: 0;
}
#content_back{
	width: 850px;
	background: url(images/homepage07.gif) repeat-x left top;
	top: 0px;
	height: 50px;
	margin: 0 auto;
}

#homepage #content {
	width: 500px;
}
#subcontent {
	width: 244px;
	float: left;
	padding: 0 10px;
}
/**2 Column**/
div#right_column{
        width:160px;
        z-index: 50;
        float: right;
        margin-right: 90px;
        }
    div#left_column{
        width: 354px;
        float: left;
        padding: 0;
        margin: 0;
        }

/** 3-COLUMN LAYOUT */
#column1 {
	background:#9c9;
	float:left;
	width:500px;
	}
#column1 h2, #column1 h3, #column1 p {
	padding:0 10px;
    }
#column2 {
	background:#99c;
	float:right;
	width:240px;
	}
#column2 ul {
	margin-bottom:0;
    }
.two-columns {
	position: relative;
	margin: 0 auto;
	top: -30px;
	width: 810px;
	font-size:13px;
	}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
    }

#idtheft{
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	border-top: 2px solid gray;
	padding: 5px;
	}

#headerb{
	background: url(images/homepage06.jpg) no-repeat left top;
	height: 40px;
	width: 850px;
	margin: 0 auto;
	}
.three-columns {
	position: relative;
	width: 520px;
	height: 200px;
	min-height: 200px;
	
}
html>body .three-columns {
	margin:auto;
	width: 844px;
	height: auto;
	font-size: 12px;
}


.three-columns .title {
	height: 23px;
	margin: 0px;
	color: #FFFFFF;
	padding: 10px 0 15px 0;
}

.three-columns .content {
	padding-top: 20px;
}


/** BOX STYLE 1 */

.boxA .title {
	height: 23px;
	margin: 0px;
	padding: 18px 0px 0px 20px;
	background: url(images/homepage06.jpg) no-repeat left top;
	color: #FFFFFF;
}

.boxA .content {
	padding: 15px 13px;
}
#box1{
	width: 260px;
	float: left;
	margin: 0;
	font-size: 11px;
	padding: 0 10px;
	position: relative;
	top: -40px;
	}

/** SIDEBAR */

#sidebar {
	width: 250px;
}

#homepage #sidebar {
	width: 288px;
}


/** FOOTER */

#footer {
	width: 940px;
	background: url(images/bg05.jpg) no-repeat left top;
	margin: 0 auto;
}

#footer p {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	color: #C6C4BC;
	font-size: 10px;
}


#box4 .content {
	padding-left: 20px;
}
.style6 {
	color: #413F37;
	font-weight: bold;
	width: 200px;
	margin: 0 auto;
}
.style3 {
	text-align:left;
	color: #413F37;
	font-size: 12px;
	}
.style4 {
	color: #fff;
	padding: 0 12px;
	}
#SignUp .signupframe {
	margin: 0px auto;
	width:260px;
  	border: 1px solid #333;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
font{ 
	color:#413F37;
}
div#submitnews p{
	width:145px;
	margin:0 auto;
	color:#333;
	font-size: 0.8em;
}
.clear{
	clear:both;
}
label.style2{
	 color: #413F37; font-size: 12px; }
