body {
	background: #fff;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;	
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}

#container {
	position: relative;
	width: 850px;	
	top:-15px;
	margin: auto;
	padding: 0 30px 0 30px;
	text-align: left;
	background: #fff url(../images/content.jpg) repeat-y center top;
}

.header {
	background: #E9E9E9;
	font-size: 10px;	
	font-weight: bold;
	height:60px;
}
	.headtitle {padding-top:70px; position:absolute;}
	.headtitle a{color:#FFFFFF;}
	.description {margin:-90px 0 0 680px;}
	.headerImg {margin-top:65px;}
	
#nav {	margin:193px 0 0 0px;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	height:45px;
}

#nav h2 {color:#555555;}

#nav a {float:left;
	color:#555555;
	font-size: 0.8em;
	font-family : "Verdana", Sans-Serif;
	font-weight: bold;
	background-image: url(../images/nav-current.jpg);
	background-repeat: no-repeat;
	height:45px;
	padding:10px;
}
#nav a:hover{color: #326ea1;}

.content {}

#intro {
	float:right;
	width : 600px;
}

	#intro a{
		color:#326EA1;
	}
	
	#intro a:hover{
		color:#737373;
	}

#intro-left {
	width : 200px;
	float:left;
	position:absolute;
	top:0px;
	margin: 315px 0 0 -250px ;
}

.free {clear:both;}

.footer {
	margin-top:50px;
}

h1, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}

h3 {
	font-size: 130%;	
}

h1, h3, p {
	padding: 10px;		
	margin: 0;
}

#intro img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}

#footer {
	
}

.blockgray {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;		
	color: #666666;	
}

.clear {clear:both;}
.free2 {clear:both;}

.c1 {    
  float:left;     
  width: 150px;   
  margin-top: 5px;
}                 
                  
.c2 {      
  width: 10px;    
  float: left;    
  margin-top: 5px;
}    

.c3 {
  width: 330px;
  float: left;
  margin-top: 5px;
} 

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F5F5F5;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(../images/button.jpg) repeat-x;
	border: 1px solid #dadada;
}