
body {
	margin: 0px;
	padding: 0px;
	color: #212121;
	background: #000 url(images/bg.jpg) repeat-y center;
	font: normal 13px/18px "Trebuchet Ms", "Lucida Grande", sans-serif;
	}

#logo {
	background: url('images/r.jpg') no-repeat;
	height: 255px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	}

#name {
	float: right;
	padding: 100px;
	padding-right: 150px;
	color: #00cadc;
	font-size: 30px;
	font-weight: bold;
	}
	
#name a:link {
	color: #00cadc;
	font-weight: bold;
	}	

a, a:visited {
	color: #00e0ff;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

#wrap {
	width: 800px;
	/*overflow: hidden;*/
	/*position:relative;*/
	margin: 0px auto;
	background: #000;
	}

#content {
	text-align: justify;
	background: #000;
	}

.item {
	width: 340px;
	min-height: 200px;
	float: right;
	/*border-width: 1px;
	border-style: dotted;
	border-color: #666;*/
	margin: 0 25px 25px 25px;
	}

.itemimage {
	width: 340px;
	text-align: center;
	}

.itemimage a img {
	border: none;
	}	

#footer {
	clear: both;
	text-align: center;
	height: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	background: #000;
	}
	
#footer p {
	padding:10px;
	margin:0px;
}

h3 {
	color: #00cadc;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	}

.topheader {
	height: 30px;
	text-align: right;
	padding-top: 10px;
	}

.topheader a {
	text-decoration: none;
	font-size:12px;
	padding:0px 10px 0px 0px;
	text-transform: uppercase;
	color: #999999;
	}
