

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, sans-serif;
	background: #000 url("../graphics/bg.jpg") no-repeat center top;
	color: #C4C4C4;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}
	
	
/* ___| GREEN |_____________________ */


body#green menu li a, body#green #content p.text-highlight { color: #00C500; }


/* ___| RED |_____________________ */


body#red menu li a, body#red #content p.text-highlight { color: #ff0000; }

	
/* ___| container |_____________________ */


#container { margin: 0 auto; width: 900px; position: relative; }


/* ___| header |_____________________ */


#header { margin: 0; width: 900px; height: 144px; background: url("../graphics/bg_header.jpg") no-repeat 0 0; float: left; clear: both; }
#header h1 { margin: 24px 0 0 58px; font-size: 230%; }
#header h1 a { color: #666; text-decoration: none; }
#header p#motto { margin: 3px 0 0 58px; font-size: 120%; color: #fff; }
#header p#motto em { font-style: normal; }


/* ___| menu |_____________________ */


menu { margin: 0; padding: 0; height: 34px; float: left; clear: both; position: absolute; top: 110px; left: 45px; }
menu li { margin: 0; list-style: none; float: left; font-size: 120%; }
menu li a { margin: 0; padding: 0 15px; display: block; float: left; height: 34px; line-height: 34px; vertical-align: middle; color: #02c5f4; text-decoration: none; font-weight: bold; }
menu li a:hover { background: #1b1b1b; }


/* ___| main |_____________________ */


#content { margin: 0; width: 900px; float: none; clear: both; }
#content-text { margin: 40px 0 0 28px; width: 825px; float: left; }
#column-left { margin: 40px 0 0 25px; width: 280px; float: left; }
#column-left p { margin: 0 14px 30px 0; font-size: 90%; width: 121px; text-align: center; float: left; }
#column-left p img { padding-bottom: 10px; }


/* ___| content |_____________________ */


#content h2 { margin-bottom: 20px; padding-bottom: 3px; color: #ddd; font-size: 140%; border-bottom: 1px solid #999; }
#content p { margin-bottom: 14px; line-height: 150%; }
#content p.text-highlight { font-weight: bold; color: #02c5f4; }


/* ___| footer |_____________________ */


p#footer { margin: 20px 0 0 0; padding-top: 6px; width: 912px; height: 38px; line-height: 130%; background: url("../graphics/bg_footer.png") no-repeat; text-align: center; color: #737373; float: none; clear: both; }
p#footer a { color: #737373; text-decoration: none; }
p#footer a:hover { text-decoration: underline; }
