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

body, p{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:24px;
	margin-bottom:24px;
}

p.right{
	text-align:right;
}

h1 {
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#93278f;
}

h2 {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
}

a, a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

#header ul {
	position:relative;
	top:-20px;
	right: 50px;
	text-align:right;
}
#header li {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	display:inline;
	color:#FFFFFF;
}

#header a {
	color:#FFFFFF;
	text-decoration:none
}

#header a:hover, #header a:active {
	text-decoration: underline;
}

#content img {
	position: relative;
	float: right;
	left: 200px;
}

#content li {
	list-style:square;
	margin-left:15px;
}

#project img {
	position:relative;
	float:none;
	top:0px;
	left:0px;
	margin-bottom:0px;
}

#project p {
	text-align:center;
	font-size:8px;
	margin-top:0px;
}

#contact {
	border-color:#93278f;
	border-style:solid;
	border-width:1px;
}

#contact h2 {
	background-color:#93278f;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}

#contact p {
	margin-left:5px;
	margin-bottom:0px;
	margin-right:5px;
}

#footer p {
	text-align:center;
	font-size:9px;
	}
