/*
Design by ThePoshBox Web Design Studio
http://http://www.theposhbox.net/
Do not remove any copyright or link information.
Please refer to the Terms and Conditions received.
*/

body {
	margin: 0;
	padding: 0;
	background: #202020 url(images/bg4.jpg);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#wrapper {
	width: 760px;
        margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #c00000;
	letter-spacing: -2px;
	font-size: 14px;
	
}

a {
        outline: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


/* Header */

#header {
	width: 760px;
	height: 200px;
	margin: auto;
	background: url(images/header.jpg);
	background-position: center;
}


#menu {
	float: right;
	padding: 55px 100px 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 125px;
	height: 20px;
	padding-left: 10px;
	background: url(images/dot.jpg) no-repeat left center;
	border-top: 1px dotted #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:link {
	color: #333333;
	text-decoration: none;
}

#menu a:visited {
	color: #333333;
	text-decoration: none;
}

#menu a:hover {
	color: #86a406;
	text-decoration: none;
}


#menu .first a {
	border: none;
}



/* Content */

#content {
	width: 760px;
	margin: auto;
	background: url(images/bg2.jpg) repeat-y;
	background-position: center;
}



/* Top Navigation */

#topnav {
	margin: 0 30px;
	background: url(images/bg3.jpg) repeat-x;
	padding: 7px 30px 10px 30px;		/* top, right, bottom, left */
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

#topnav a:link {
	color: #ffffff;
	text-decoration: none;
}

#topnav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#topnav a:hover {
	color: #86a406;
	text-decoration: none;
}



/* Content */

#colTwo {
	margin: 0 30px;
	padding: 15px 40px 10px 40px;		/* top, right, bottom, left */
	text-align:justify;
}

#colTwo .text {
	padding: 5px 30px 10px 30px;		/* top, right, bottom, left */
	border-bottom: 0px dotted #c00000;
}

#colTwo .title {
	letter-spacing: -2px;
	font-size: 2em;
	color: #000000;
}




/* Column Three for Bottom Navigation Links */

#colThree {
	margin: 0 30px;
	padding: 20px 40px 4px 40px;		/* top, right, bottom, left */
	text-align:center;
 	font-size: 9px;
}

#colThree a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#colThree a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#colThree a:hover {
	color: #86a406;
	text-decoration: none;
	font-weight: bold;
}




/* Footer */

#footer {
	width: 760px;
	height: 200px;
	margin: auto;			/* top, right, bottom, left */
	background: url(images/footer2.jpg);
	background-position: center;
	text-align: center;
	
}




