/* CSS Document */

/* CSS Document */


body {
	background-color: #3f3f51;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/layout_bg.jpg);
	background-repeat:repeat-x;
	 margin: 0px;
    padding: 0px;

}
a {

color: #000000;
}
h1,h2,h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 48px;
	font-style: bold;
	font-weight: 600;
	color:#333333;
	letter-spacing:-0.05em;
}
h2 {
font-size: 18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
h3 {
font-size: 16px;
color: #000000;
}

h4 {
font-size: 14px;
color: #000000;
}

h5 {
font-size: 12px;
color: #000000;
}

h6 {
font-size: 16px;
color: #000000;
}

a:link {
text-decoration: underline;

}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
color:#666666;
}
a:active {
text-decoration: underline;
}
div#wrapper {
	width: 822px;
	background-color:#FFFFFF;	
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
	text-align: center;
	height: 132px;
	width: 822px;
	background-image:url(images/layout_header.jpg);
	position: relative;  
 	margin: 0;
}

div#menuwrapper {
	background-position: center;
	width: 822px;
	height: 34px;
	position: relative;
	background-image:url(images/layout_menu.jpg);
}

div#menu {
	width: 500px;
	height: 25px;
	position: relative;
	margin-left:30px;
	padding-top: 8px;
	letter-spacing: +0.03em; 
	word-spacing: +0.8em;
}

div#main {
	background-position: top;
	width: 822px;
	height:auto;
	background-image:url(images/layout_repeater.jpg);
	background-repeat:y-repeat;
	position: relative;
	margin-top: 0px;  
}

div#maincontentwrapper {
	background-position: top;
	width: 822px;
	height: 369 px auto;
	background-image:url(images/layout_middle.jpg);
	background-repeat:no-repeat;
	position: relative;
	margin-top: 0px;  
}

div#contentwrapper {
	width: auto;
	height:auto;
	position: relative;
	margin-top: 0px;
	margin-left: 30px;
}

div#content {
	width: 400px;
	height: auto;
	position: relative;
	background-color:#FFCC99;
}

div#contentcombo {
	width: 180px;
	height: 200px;
	position: absolute;
	left: 547px;
	top: 0px;
}


div#contentinside {
	width: auto;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	position: relative;
	padding-top: 10px;

}

div#contentfooter {
	width: 400px;
	height: 30px;
	position: relative;
	background-image: url(images/content_bottom.jpg);
	left: 372;
}

div#footer {
	background-position: center;
	height: 59px;
	width: 822px;
	position: relative;
	background-image: url(images/layout_bottom.jpg);
 	margin: 0px;
}

div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

li { 
	list-style-type:none;
	}

div#footer ul li a:hover{
text-decoration : underline;
}


/* links */
a.menulink:link { 
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-weight:bold; 
	text-decoration: none;
	word-spacing:1.4; 
}
a.menulink:active {
	color: 000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-weight:bold; 
	text-decoration: none;
	word-spacing:1.4; 
}
a.menulink:visited { 
	color: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-weight:bold; 
	text-decoration: none;
	word-spacing:1.4; 
}
a.menulink:hover { 
	color:#FF6600; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	font-weight:bold; 
	text-decoration: underline;
	word-spacing:1.4; 
}

