/** BASIC */

body {
	margin: 0px 0px 0px 0px auto;
	background: #FFFFFF;
	text-align: justify;
	font-family: normal small "helvetica", helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: +2px;
	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;
	letter-spacing: +2px;
	list-style-type: none;
}

a {
	text-decoration: none;
	background: #489B9F;
	color: #FFFFFF;
}

a:hover {
	background: #FFFFFF;
	color: #489B9F;
}


/** HEADER */

#header {
	width: 700px;
	height: 150px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background: #E7BAE7;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-top: 1px dotted #000000;
	

}

#header h1 {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}

/** MENU */

#menu {
	width: 700px;
	height: 45px;
	margin: auto;
	text-align: center;
	background: #FFFFFF;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
}

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

#menu li {
	display: inline;
}

#menu a {
	
	float: center;
	padding: 11px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
}

#menu a:hover {
	color: #CC99CC;
	text-transform: lowercase;
	font-size: middle;	
	
}
#menu .active {
	color: #000000;
	text-transform: lowercase;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border-bottom: 3px solid #000000;	
	
}

/** CONTENT */

#content {
	width: 700px;
	margin: auto;
	padding: 0px;
	background: #FFFFFF repeat-y left top;
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

#columnA {
	float: right;
	width: 500px;
	padding: 5px;
}

#columnB {
	float: left;
	width: 160px;
	padding: 5px 5px 5px 5px;
}

#columnC {
	float: left;
	width: 700px;
	padding: 5px;
}

#columnB h2 {
	font-size: large;
}

/** FOOTER */

#footer {
	width: 650px;
	margin: left;
	background: #FFFFFF repeat-y left top;
}

#footer p {
	margin: left;
	padding: 0px 0px;
	background: #FFFFFF repeat-y left top;
	font-size: smaller;
	color: #274690;
}