* {
	margin: 0 auto;
	padding: 0 auto;
}

html {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	width: 708px;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	min-height: 100%;
	padding-bottom: 1px;
}

body a:link {
	text-decoration: none;
	color: #aa1700;
}

body a:visited {
	text-decoration: none;
	color: #aa1700;
}

body a:hover {
	text-decoration: underline;
	color: #aa1700;
}

body a:active {
	text-decoraton: none;
	color: #aa1700;
}
	

#header {
	background-image: url("../images/header.jpg") no-repeat;
}

#maincontent {
	width: 423px;
	float: left;
	padding: 0px 15px 0px 0px;
}

#maincontent ul {
	display: inline;
	list-style: none;
}

#maincontent ul li {
	float: left;
}

#maincontent p {
	margin: 15px 0px 0px 6px;
}

#maincontent img {
	padding: 5px 0px 0px 6px;
}

#about {
    margin: 5px 0px 0px 6px;
}

#about a {
	display: block;
    width: 79px;
    height: 14px;
    background: url('../images/about.gif') no-repeat top left;
}

#about a:link {
    background-position: top left;
}

#about a:visited {
	background-position: top left;
}

#about a:hover {
	background-position: bottom left;
}

#about a:active {
	background-position: top left;
}

#projects {
    margin: 5px 0px 0px -1px;
}

#projects a {
	display: block;
    width: 141px;
    height: 14px;
    background: url('../images/projects.gif') no-repeat top left;
}

#projects a:link {
    background-position: top left;
}

#projects a:visited {
	background-position: top left;
}

#projects a:hover {
	background-position: bottom left;
}

#projects a:active {
	background-position: top left;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aa1700;
	line-height: 150%;
	margin: 5px 0px -12px 5px;
	padding: 7px 0px 0px 0px;
}

#rightcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aa1700;
	line-height: 150%;
	margin: 5px 0px -12px 0px;
}

.clear {
	clear: both;
}

hr { 
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #bbbbbb;
	border-style: none none dotted; 
	margin: 15px 0px 15px 3px
}

#rightcontent {
	width: 240px;
	float: left;
	border-left: dotted 1px #bbbbbb;
	margin: 5px 0px 0px 8px;
	padding: 0px 0px 0px 19px;
}

#rightcontent p {
	margin: 10px 0px 0px 0px;
}

#footer {
	margin: 90px 0px 0px 0px;
	text-align: center;
}

#footer p {
	color: #666;
}

#footer a:link {
	text-decoration: underline;
	color: #333;
}

#footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:active {
	text-decoraton: none;
}

#projectsOn{
    display: block;
    width: 141px;
    height: 14px;
    background: url('../images/projects.gif') no-repeat bottom left;
	margin: 5px 0px 0px -1px;
}

#aboutOn{
	display: block;
	width: 79px;
	height: 14px;
	background: url('../images/about.gif') no-repeat bottom left;
	margin: 5px 0px 0px 6px;
	}
