@charset "utf-8";
/* CSS Document */

body {
background-color: #707070;
color: #000;
margin: 0;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

blockquote {
	background: #666;
	border: thin #00f solid;
	padding: 10px;
	margin: 10px;
	font-size: small;
	color: #fff;
}

#container {
margin: 0;
padding: 0;
}

#banner {
background-image:url(images/banner-bg.jpg);
background-repeat:repeat-x;
width: 100%;
}

#header {
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
height: 241px;
padding: 10px 0px 0px 260px;
color: #fff;
}

#header h1 {
	color: #00F;
}

#main {
background-image:url(images/banner-btm.jpg);
background-repeat: no-repeat;
margin-top: -10px;
padding-top: 5px;
}

#nav {
float: left;
width: 200px;
background-image: url(images/nav-bg.png);
background-repeat:repeat-y;
margin: 55px 0px 0px 15px;
padding-left: 25px;
}

#nav ul {
list-style:url(images/tech-bullet.png);
margin-left: -25px;
}

#nav ul li {
margin-left: 25px;
font-weight: bold;
color: #fff;
}

#nav ul li a {
text-decoration: none;
color: #fff;
}

#nav ul li a:hover {
text-decoration: underline;
color: #000;
}

#content {
background:#FFF;
margin-left: 260px;
padding: 20px;
border: 2px black solid;
border-right: none;
}

#content a img {
	border: none;
	padding: 5px;
}

#content h1, #content h2, #content h3 {
color: #2935aa;
} 

#footer {
clear: both;
background-color:#FFF;
border: 3px black solid;
text-align: center;
font-size:small;
margin: 10px auto;
width: 550px;
}

#footer ul {
list-style: none;
margin-left: -25px;
}

#footer ul li {
text-align: center;
display: inline;
margin: 0 auto;
padding: 0 5px;
}

#footer ul li a, #footer a {
text-decoration: none;
color: #000;
}

#footer ul li a:hover, #footer a:hover {
text-decoration: underline;
color: #707070;
}

.profile {
	border: 1px solid black;
	width: 300px;
	padding: 5px;
	height: 223px;
}

.owner,.owner a {
	color: #000;
	text-decoration:none;
	font-weight: bold;
}

.owner a:hover {
	color: #00F;
	text-decoration: underline;
}