/** BASIC */

body {
	background: #7E9BDD;
	margin: 30px 0px 0px 0px;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #274690;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -4px;
	text-transform: lowercase;
}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #274690;
	text-transform: lowercase;
	letter-spacing: -2px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #274690;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 200px;
	margin: 0px auto;
	background: #C3D542 url(images/img01.gif) no-repeat left top;
}

#header h3 {
	float: left;
	margin: 0px;
	padding: 35px 0px 0px 10px;
}

#header h1 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background: url(images/img02.gif) no-repeat right top;
}
#header h1 a {
	text-decoration:none
}

/** MENU */

#menu {
	width: 700px;
	height: 20px;
	margin: 0px auto;
	background: url(images/img03.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 100px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}
#menuno {
	width: 500px;
	display: inline-block;
}
#menuno ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menuno li {
	display: inline;
	padding: 0px 0px 0px 5px;
}
#menuno a {
	display: inline-block;
	background: url(images/img04.gif) repeat-y left top;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#menu2 {
	width: 500px;
	position: relative;
	left:180px;
	top:-20px;
	display: inline-block;
}
#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu2 li {
	display: inline;
}
#menu2 a {
	display: inline-block;
	background: url(images/img04.gif) repeat-y left top;
	padding: 10px 8px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	background: url(images/img04.gif) repeat-y left top;
}

#columnA {
	background: url(images/img04.gif) repeat-y left top;
	float: right;
	padding: 20px;
}

#columnB {
	float: left;
	width: 180px;
	padding: 20px 20px 0px 20px;
}

#columnB h2 {
	font-size: large;
}

/** FOOTER */

#footer {
	width: 700px;
	margin: 0px auto;
	background: #C3D542 url(images/img05.gif) no-repeat left bottom;
}

#footer p {
	margin: 0px;
	padding: 15px 10px;
	background: url(images/img06.gif) no-repeat right bottom;
	font-size: smaller;
	color: #274690;
}
#text {
	width: 660px;	
}
