
/*text styles*/

body {
font-family: helvetica;
background-image: url(images/back4.png);
background-repeat:repeat-x;
background-position:bottom;

}

h1 {
font-size: 12px;
color: #FF0066;
}

h3 {
font-size: 14px;
color: #FF0066;
}

h4 {
font-size: 12px;
color: #FF6600;
}

p {
 font-size: 11px;
color: #333333;
}

ol {
 margin-left: 10px;
 font-size: 10px;
color: #333333;
}

ul {
list-style-type:none;
}


a:link {
	color: black;
	font-family: helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: grey;
	font-family: helvetica;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FF0066;
}


/*layout styles*/

#header {
width: 800px;
height: 80px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
font-family: verdana;
}


#wrapper {
background-repeat:no-repeat;
background-position:bottom;
margin-top:450px;
width: 898px;
height: 565px;
margin-top: 00px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
border: 0px solid black;
}


#navigation{
background-color:#000;
margin-top:20px;
margin-left:auto;
margin-right:auto;
width: 900px;
height: 40px;
text-align: center;
margin-bottom: 0px;
text-decoration: none;
word-spacing:0px;
border: 0px solid black;
}


#right {
height: 525px;
margin-left: 20px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 40px;
float: right;
width: 65%;
padding-right: 40px;
}

#left {
height: 525px;
margin-left: 00px;
margin-right: 20px;
margin-top: 40px;
float: left;
width: 20%;
padding-right: 0%;
padding-left: 40px;
}



#footer{
text-align: center;
clear: both;
}


.inputstyle {
	font-family: helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #F06;
	background-color: #F69;
	border: 1px solid #333;
}

div.img
{
  margin: 2px;
  border: 1px solid #666;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

div.desc
{
	font-family: helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	border: 0px solid #333;
}

div.img img
{
  display: inline;
  margin: 4px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #666;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  margin-top: 0px;
}

.title {
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	color: black;
}