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

body {
	margin: 20px 0;
	padding: 0;
	background-color: #EFEFEF;
	font: normal small "Trebuchet MS",Arial, Helvetica, sans-serif;
	color: #666666; 
}

h1, h2, h3 {
	color: #000000;
}

h2 {
	font-size: 1.6em;
	text-align: center; 
}

h3 {
	margin: 0;
	font-size: 1em;
	text-decoration: underline;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	width: 600px;
	height: 245px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat;
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}
#header h3 {
	float: left;
	padding: 20px 0 0 0;
	font-style: ;
	font-weight: ;
}

/* Menu */

#menu {
	width: 599px;
	height: 100px;
	margin: 0 auto;
	background: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	height: 12px;
	padding: 7px 10px 0 10px; /*padding: top right bottom left*/
	text-decoration: none;
	color: #808080;
}

#menu a:hover, #menu .active a {
	/*background: #CCCCCC url(images/img4.gif)*/;
	color: #000000;
}

/* Content */

#content {
	width: 1006px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#colOne {
	display: block;
	float: left;
	width: 200px;
	text-align:left;
	background: url(images/Img_left.jpg) no-repeat;
	background-color: #FFFFFF;
	/*padding:3px;*/
	
}

#colTwo {
	float: left;
	width: 600px;
	text-align:left;
	/*padding: 3px;*/
}

#colThree {
	float: right;
	width: 200px;
	text-align:right;
	background: url(images/Img_right.jpg) no-repeat;
	background-color: #FFFFFF;

}

/* Footer */

#footer {
	width: 1006px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: smaller;
}

#footer * {
	color: #000000;
}

/* DIVs for Form Alignment */

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  /*width: 100px;*/
  text-align: right;
}

div.row span.formw {
  float: right;
  /*width: 235px;*/
  text-align: left;
}
