/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: url(images/bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #000000;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}


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

* {
margin:0;
padding:0;
border:0;
list-style:none;
}



h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

#main{
    width: 812px;
    margin: 0 auto;
    clear:both;
    background:url(images/main_top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #eeeeee;
    padding-top: 5px;
}

/* Header */

#header {
    height: 238px;
    width: 980px;
    background: url(images/header.jpg) no-repeat top;
    margin: 0 auto;
}

#header h1 {
	margin: 0px;
	padding: 160px 0 0 380px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 380px;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu
{
    width: 980px;
    height: 70px;
    margin: 0 auto;
    background: url(images/menubg.jpg);
	background-position: top center;
    background-repeat: no-repeat;
	padding-left: 0px;
	
}

#menu ul {
    list-style: none;
    padding-left: 100px;
}

#menu li {

    display: inline;

}

#menu a {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    float: left;
    width: 10%;
    height: 41px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    padding-top: 30px;

}

#menu a:hover{
    color: #000000;
    background:url(images/menu_hov.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 980px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}



#contentcenter {
	background: #FFFFFF;
	width: 100%px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


#colOne {
	float: right;
	width: 450px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo {
	float: left;
	width: 450px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
#conbot{
    background:url(images/con_bot.jpg);
    clear:both;
    height: 17px;
}
/* Footer */

#footer {
	width: 980px;
	margin: 0px auto;
	padding: 3px 0px;
	height: 50px;
	background: #696969;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ff0000;
}
