/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #0371ca;
	text-decoration:none;
}
a:hover {
	color: #96c430;
	text-decoration:none;
}
body {
	background: #333333 url(images/back.jpg) repeat-x;
	color: #333;
	font: normal 70% Trebuchet MS, Verdana, "Lucida Sans Unicode",sans-serif;
}
p,code {
	font-size: 1.2em;
	line-height: 20px;
	padding-bottom: 1.2em;
}
code {
	background: #96c430;
	border: 1px solid #2195e2;
	border-left: 6px solid #2195e2;
	color: #fff;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #274c78;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 24px;
}
h1 {
	color: #96c430;
	padding-top: 3px;
	font-size:1.5em;
	margin-bottom: 4px;
}
h2 {
	color: #0086de;
	padding-top: 3px;
	font-size:1.4em;
	margin-bottom: 4px;
}
h3 {
	color: #fe5430;
	padding-top: 6px;
	font-size:1.3em;
	margin-bottom: 4px;
}


/* misc */
.clearer {
	clear: both;
}


/* structure */
.container {
	background: #fff;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 780px;
}


/* header */
.header {
	background: #ffffff url(images/logo.png) center left no-repeat;
	height: 144px;
	width: 500px;
	float: left;
	border-left: 30px solid #ffffff;
}
.header h1 {
	margin-left:260px;
	margin-top:90px;
	color: #333;
	font-size: 1.2em;
}	

/* navigation */
.navigation {
	background: #ffffff;
	font: 1.2em Verdana,sans-serif;
	height: 144px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 30px;
	float: right;
	width: 180px;
}
.navigation ul {
	margin: 0;
	padding: 0;
}
.navigation li {
	list-style: none;
}
.navigation li .menu1 {
	background-image:url(images/star.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
}
.navigation li .menu2 {
	background-image:url(images/open.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
}
.navigation li .menu3 {
	background-image:url(images/home.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
}
.navigation li .menu4 {
	background-image:url(images/about.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
}
.navigation li .menu5 {
	background-image:url(images/links.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
}
.navigation li .menu6 {
	background-image:url(images/contact.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
}
.navigation li a {
	background: #ffffff;
	color: #0371ca;
	display: block;
	padding: 3px 4px 3px 20px;
	text-decoration: none;
	height: 11%;
}
.navigation li a:hover {
	background: #96c430;
	color: #ffffff;
	background-image:url(images/hover.gif); 
	background-position: center left;
	background-repeat: no-repeat; 
}


/* main */
.main {
	clear: both;
	padding: 10px 10px 12px 28px;
	background: #fff;
	border-left: 30px solid #96c430;
	border-right: 30px solid #96c430;
	height: 150px;
	background: #ffffff url(images/main.jpg) no-repeat;
}


/* content */
.content {
	padding: 10px 10px 12px 28px;
	background: #fff;
	border-left: 30px solid #0086de;
	border-right: 30px solid #0086de;
}
.content ul {
	padding-bottom: 20px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 38px;
	font-size: 1.2em;
	color: #333;
	margin-bottom: 3px;
}


/* footer */
.footer {
	background: #fe5430;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}