* {
	margin: 0;
	padding: 0;
}


body  {
font-size : 9px;
font-family : Tahoma, Verdana, DejaVu Sans, sans-serif;
background : white url(images/body-bg.png) repeat-x top;
}
p {
font-size : 12px;
line-height : 15px;
margin-bottom : 9px;
}
a {
color : white;
text-decoration : none;
outline : none;
}
a:hover, a:active {
text-decoration : none;
}
h1 {
font-size : 18px;
text-transform : uppercase;
margin-bottom : 9px;
text-align : center;
color : green;
}
h2 {
font-size : 14px;
text-transform : uppercase;
margin-bottom : 9px;
color : green;
}
h3 {
font-size : 12px;
color : black;
padding : 5px;
}
.clear {
clear : both;
}
div#page-wrap {
width : 998px;
margin : 0 auto;

}
ul#nav {
height : 108px;
background : url(images/header-bg.jpg) no-repeat;
list-style : none;
padding-left : 0;
}
	ul#nav li {
display : inline;
font-size : 13px;
}
	ul#nav li a {
display : block;
width : 124px;
float : left;
margin-top : 79px;
color : white;
padding-top : 3px;
font-weight : bold;
text-decoration : none;
text-align : center;
}
	ul#nav li a:hover, ul#nav li a:active {
color : yellow;
text-align : center;
}
		div#sidebar1 {
	width : 998px;
	font-family: Tahoma, Geneva, sans-serif;
}
		div#sidebar1 div#left-col {
width : 745px;
float: left;


}

div#sidebar1 div#right-col {
font-weight : bold;
text-align : center;
background : url(images/right-col.png) no-repeat;
padding-top : 30px;
float: right;

width : 253px;
height : 203px;
allign= left;
}
div#sidebar1 div#right-col a {
color: white;
text-decoration: none;
}

form{
display : block;
width : 250px;
float : left;
margin-top : 77px;
text-align : center;
padding-top : 3px;
}

input {
font-size: 13px;
font-family:Tahoma,Verdana,Arial,sans-serif;
}

div#sidebar1 div#right-col p {
padding-top : 15px;
}
div#sidebar1 div#right-col a:hover, a:active {
text-decoration : none;
color : yellow;
}

div#maincontent {
	float : left;
	width : 978px;
	padding: 10px;
	height : auto;
	font-family: Tahoma, Geneva, sans-serif;
}

div#maincontent div#right-col {
	
	width : 490px;
	padding: 5px;
	height : auto;
}
div#maincontent div#left-col {
	float : left;
	padding: 5px;
	width : 490px;
	height : auto;
}



div#maincontent2 {
	display: block;
	float : left;
	width : 470px;
	
}

div#maincontent3 {
	display: block;
	float : left;
	width : 528px;
	
}




div#footer {
width : 978px;
float : center;
color : black;
padding : 10px;
allign : center;
	text-align: center;
} 

