@import url(nav.css);

body {
background-color:black;
color:#10dae1;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:17px;
margin-top:20px;
margin-bottom:0px;
}

h2 {
	font-size:13px;
	font-weight:normal;
}

a {
	color:white;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	width:862px;
	margin: auto;
}

#header {
	width:862px;
	height:125px;
	background: url(images/header.jpg) no-repeat;
	padding-bottom:10px;
}

#sidebar {
	float: right;	
	width: 228px;
}

#sidebar .text {
	font-size:12px;
	padding: 12px 5px 10px 5px;
}

.title {
	background: url(images/l_bar.jpg) no-repeat;
	width:611px;
	height:31px;
	padding-bottom:10px;
	color:white;
}

.title_t {
	padding:7px 0px 0px 26px;
	float:left;
}

.title_date {
	padding:7px 26px 0px 0px;
	float:right;
}

.box {
	width:591px;
	background-color: #002223;
	padding:10px;
	margin-bottom:10px;
}

.rtitle {
	background:url(images/r_bar.jpg) no-repeat;
	width:228px;
	height:31px;
	padding-bottom:10px;
	color:white;
}

.title_tr {
	padding:7px 0px 0px 0px;
	text-align:center;
}

.rbox {
	width:208px;
	background-color: #002223;
	padding:10px;
	margin-bottom:10px;
}

#footer {
	background:url(images/footer.jpg) no-repeat;
	width:862px;
	height:40px;
	border-bottom:4px solid #002f33;
	clear:both;
}

.footer_t {
	padding:13px 0px 0px 0px;
	text-align:center;
	color:white;
}

.last_project {
	color: #177F7F;
}

input, select {
	background-color:#003D3F;
	border:1px solid black;
	color:white;
	padding:3px;
	font-size:13px;
}

input:hover {
	background-color:#0F4F4F;
}

textarea {
	background-color:#003D3F;
	border:1px solid black;
	padding:3px;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

textarea:hover {
	background-color:#0F4F4F;
}

.button {
	cursor:pointer;
}