@charset "UTF-8";
/* CSS Document */

/*Colour Refrences
Orange: #F7931E;
Brown:	#603913;

*/


body {
text-align:center;
margin-left:auto;
margin-right:auto;
width:925px;
height:100%;
padding-top:0;
}


#wrapper {
margin:auto; 
text-align:left;
height:100%;
padding:0;
margin:0;
}


img {
border:none;
}

h1 {
color:#F7931E;
font-weight:lighter;
padding:20px 0 0 0;
margin:0;
}

h2 {
color:#603913;
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:20px;
}

h3 {
color:#603913;
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:18px;
}


#header {
width:925px;
padding:0 0 0 0;
margin:0;
}

#header img {
float:left;
padding:10px 0 0 0;
margin:0 0 0 0;
}

#header_right {
float:right;
width:500px;
padding:0;
margin:0;
}

#header_right p {
float:right;
padding:20px 20px 0 0;
margin:0;
}

#header_right h1 {
float:right;
font-size:30px;
font-weight:lighter;
color:#603913;
padding:0 20px 0 0;
margin:20px 0 0 0;
}


#main_content {
float:left;
background:url(../images/Side_bar.jpg) repeat-y left top;
width:925px;
height:100%;
padding:10px 10px 0 10px;
margin:0;
}

#navigation {
float:left;
background-color:#FFFFFF;
height:100%;
width:180px;
padding:10px 10px 10px 10px;
margin:81px 0 0 -17px;
}

#navigation ul {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:lighter;
color:#603913;
list-style:url(../images/list-disc.jpg);
padding:0;
margin:0;
}

#navigation li {
padding:3px 0 0 0;
margin:0;
}

#navigation a:link {
	color: #603913;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #603913;
}
#navigation a:hover {
	text-decoration: none;
	color: #F7931E;
}
#navigation a:active {
	text-decoration: none;
	color: #F7931E;
}

#subcribe {
background:#F7931E;
width:180px;
padding:0;
margin:20px 10px 10px -22px;
}

#subcribe div {
background:#F7931E;

}

#subcribe div div {
background:#F7931E;
}


#subcribe div div div {
background:#F7931E;
}


#form {
padding:10px;
margin:0;
}

#form input {
width: 150px;
padding:0 0 5px 0;
}

#form p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
padding:0;
margin:2px 0 -15px 0;
}

#form h3 {
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:12px;
padding:0 0 3px 0;
margin:0;
}

#content {
float:left;
height:100%;
width:700px;
padding:10px 0 0 0;
margin:0 10px 0 10px;
}

#content a:link {
	color: #F7931E;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #F7931E;
}
#content a:hover {
	text-decoration: underline;
	color: #F7931E;
}
#content a:active {
	text-decoration: none;
	color: #F7931E;
}


#content_footer {
float:left;
width:700px;
height:100%;
margin:20px 0 0 0;
background:#F7931E url(../images/top_left.jpg) no-repeat top left;
}

#content_footer div {
background:url(../images/top_right.jpg) no-repeat top right;
}

#content_footer div div {
background:url(../images/bottom_left.jpg) no-repeat bottom left;
}

#content_footer div div div {
background:url(../images/bottom_right.jpg) no-repeat bottom right;
}



#footer {
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
width:900px;
margin:0;
padding:0 10px 0 0;
}

#footer p {
text-align:right;
color: #603913;
padding:0;
margin:10px 10px 10px 0;
}

#footer a:link {
	color: #603913;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #603913;
}
#footer a:hover {
	text-decoration:underline;
	color: #F7931E;
}
#footer a:active {
	text-decoration: none;
	color: #F7931E;
}