*	{
	margin:0;
	padding:0;
	}
	
html { 
		height: 100%; 
		width: 100%; 
		overflow-x: hidden; 
		overflow-y: show;
	}

body {
	font-family: arial,sans-serif;
	font-size: 90%;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #4d4d4d;
	overflow-y: show;
	}

h1 {
	clear: both;
	font-size: 1.8em;
	padding-top: 0.5em;
	margin-bottom: 0.3em;
	color: #555;
	}

h2 {
	font-size: 1.2em;
	padding-top: 0.5em;
	margin-bottom: 0.3em;
	color: #444;
	}

h3 {
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-size: 1em;
	background-color: #666;
	color: #fff;
	}

h4 {
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-size: 1em;
	color: #444;
	}

p {
	margin-top: 10px;
	}
	
a {
	color: #339900;
	text-decoration: underline;
	}

img {
	border: none;
	margin: 0px;
	}

.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}

.head {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	background-image: url("/template/logo.png");
	background-position: center top ;
	background-repeat: no-repeat;
	}

.menubar {
	clear: both;
	margin-left: 20px;
	height: 45px;
	width: 880px;
	margin-top: 20px;
	background-image: url("template/shadow.png");
	background-position: left 10px ;
	background-repeat: no-repeat;
}

.item {
	float: left;
	height: 100%;
}

.left {
	float: left;
	width: 19px;
	height: 100%;
}

.right {
	float: left;
	width: 19px;
	height: 100%;
}

.current .left {
	height: 50px;
	background-image: url("template/left.png");
	background-repeat: no-repeat;
}

.current .right {
	background-image: url("template/right.png");
	background-repeat: no-repeat;
}

.box {
	padding-top: 7px;
	float: left;
	height: 100%;
	}

.current .box {
	background-color: #fff;
	}

.item a {
	text-decoration: none;
	color: fff;
	font-size: 1.3em;
	font-weight: normal;
}

.item a {
	text-decoration: none;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
}

.current a {
	text-decoration: none;
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
}

.frametop {
	clear: both;
	width: 900px;
	height: 19px;
	background-image: url("template/top.png");
	background-repeat: no-repeat;
}

.frameblacktop {
	clear: both;
	width: 900px;
	height: 19px;
	background-image: url("template/blacktop.png");
	background-repeat: no-repeat;
}

.frame {
	clear: both;
	width: 900px;
	background-color: #fff;
}

.content {
	margin: 0 20px 0 20px;
	padding: 0 0 30px 0;
	text-align: left;
}

.divider {
	width: 900px;
	height: 41px;
	margin-left: -20px;
	background-image: url("template/divider.gif");
}

.framebot {
	clear: both;
	width: 900px;
	height: 19px;
	background-image: url("template/bottom.png");
	background-repeat: no-repeat;
}

.disclaimer {
	color: #333;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 100px;
}

.main {
	width: 500px;
	float:left;
	}
	
.side {
	padding-left: 20px;
	padding-top: 50px;
	float:left;
	font-size: 90%;
	}

.spotlight {
	margin-top: 5px;
	border: 2px solid #666;
	}

.spotlight h3{
	width: 100%;
	background-color: #666;
	color: #fff;
	}
	
.spotlight p{
	margin-left: 10px;
	font-size: 85%;
	}

.spotlight img{
	margin: 5px;
	float: left;
	}	

.clear {
	clear: both;
	}

.imgright {
	float: right;
	}
	
.imgleft {
	float: left;
	}

.thumb {
	float: left;
	height: 30px;
	margin: 0px 5px 0px 0px;
	}
	
.bigthumb {
	margin: 45px 0px 0px 45px;
	border: 1px solid #ddd;
	}
	
.alt {
	margin: 5px 0px 0px 45px;
	font-size: 75%;
	}
	
.pane {
	width: 900px;
	margin: 0px;
	padding: 0px;
	}

.col {
	width: 31%;
	float: left;
	background-color: #fff;
	margin: 0px 20px 0px 0px;
	}

.project {
	Width: 800px;
	color: fff;
	background: #777;
	padding: 5px;
	
}

.small {
	font-size: 75%;
	}
	
.floatright {
	margin-top: 10px;
	float: right;
	width: 200px;
	}

