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

/* Elements */

body {
	background: #4096EE url(images/img1.jpg) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	color: #ffffff;
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #ff9900;
	text-decoration: none
}

a:hover {
	color: #00a900;
	text-decoration: none;
}

/* Header */

#header {
	width: 600px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 42px;
	letter-spacing: -2px;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff;
}

#menu a:hover {
	background: #ffcc00;
	color: #ffffff;
}

/* Content */

#content {
	background: #ffffff;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
    background: #ffffff;
	float: center ;
	width:600px;
	margin-top: 20px;
	padding: 0px;
}

#content h1 {
	background-color: #00cc00;
	padding: 5px 0px 5px 5px;
	color: #ffffff;
}

#content h2 {
	background-color: #00cc00;
	padding: 5px 0px 5px 5px;
	font-size: 16px;
	color: #ffffff;
}

#content h3 {
	color: #009a00;
}
/* Footer */


