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

body { background:#111;margin-top:30px;margin-bottom:30px;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:11px;
}
#content {
	width:750px;
	height:670px;
	background: url(images/main_bk.png) no-repeat top center;
	margin-top:30px;
	padding:50px;
	margin:0px auto;

}
a, a:visited, a:active {
	color:#09C;
	text-decoration:none;
}
a:hover {
	color:#0CF;
	text-decoration:none;
}

.header {
	font-weight:bold;
	color:#640034;
	margin-bottom:50px;
}
.header a, .header a:visited, .header a:active {
	color:#640034;
	text-decoration:none;
}
.header a:hover {
	color:#ccc;
}

h2 {
 color:#fff;
 font-size:16px;
 letter-spacing:normal;
 line-height:100%;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 padding:0px 0px 0px 0px;
 margin:0px;
}

p {
	padding:7px 5px 0 0;
	margin:0px;
}

.projects {
	background:url(images/project_bk.png) repeat;
	padding: 10px 20px 5px 15px;
	line-height:130%;
	margin-top:2px;
	margin-right:30px;
	color:#CCCC00;
	height:90px;
}

ul {
	float:right;
	color:#C9A6B7;
	background:url(images/border_left.png) no-repeat left center;
	width:280px;
	padding-left:20px;
	height:80px;
	clear:right;
	margin-left:10px;
	padding-top:5px;
	margin-top:0px;
}

li {
	list-style:none;
	display:block;
	line-height:120%;
}
ul a, ul a:visited, ul a:active {
	text-decoration:none;
	font-weight:bold;
	color:#C9A6B7;
}
ul a:hover {
	color:#0CF;
	text-decoration:none;
}

#footer {
	margin:0px auto;
	margin-top:0px;
	color:#640034;
	width:400px;
	text-align:center;
}