body {
	background-image: url(../images/bg_fade.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
}
.wordmark-big {
	font-size: 36px;
	line-height: 24px;
}
.wordmark-small {font-size: 14px}
.redtext {
	color: #CC0000;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
	color: #666;
}
p a{
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}
p a:hover{
	text-decoration:underline;
}

input {
	padding:0;
	margin:0;
}

#wrapper{
	position:relative;
	width:auto;
	margin-left: 30px;
	margin-right: auto;
	margin-top: 0;
}
#flashbg {
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
html>body #flashbg {
	/* this gets hidden from IE. */
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
#info{
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	padding-top:20px;
	float:left;
	display:inline;
	width:200px;
	margin-right: 20px;
}
.projectlist{
	left:220px;
	top:0;
	position:absolute;
	z-index:99;
	padding-top:20px;
	float:left;
	display:inline;
	width:auto;
}
.projectlist h2{
	clear:left;
	color:#CC0000;
}
ul {
	margin:0;
	padding:0;
}
.projectlist ul li {
	list-style:none;
	margin: 0 10px 10px 0;
	width: 300px;
	/*display:block;
	height: 69px;*/
	padding: 3px;
	border: 1px dashed #999;
	background:url(../images/list_bg2.png) repeat-x bottom;
	float: left;
}
.projectlist ul li:hover {
	border: 1px dashed #333;
	background:url(../images/list_bg2.png) repeat-x top;
}
.projectlist ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
	margin-left: 10px;
}
.projectlist ul li a:hover {
	text-decoration:underline;
}
/*
#projectlist ul li a:visited {
	background:url(images/list_bg.png) repeat-x top;
}
#projectlist ul li a:active {
}*/
.projectlist ul li img {
	border:none;
	float:left;
	margin-right:3px;
	width:110px;
	height:69px;
}


.p-name {
	/*padding-left: 113px;*/
	font-weight:bold;
	color:#cc0000;
	display:block;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
}
.p-body {
	display:block;
	height: 69px;
	line-height:13px;
	overflow:hidden;
}
.p-detail-label {
	font-size: 8px;
}
.p-links {
	/*padding-left: 113px;*/
	margin-top: 1px;
	border-top: 1px solid #ddd;
	display:block;
	clear:left;
	text-align:right;
	font-family: Verdana;
	font-size:10px;
}



.li-d {
	display:none;
}
.li-p {
	display:none;
}
.li-c {
	display:none;
}


.contentwrapper {
	padding: 10px;
	border: 1px dashed #999;
	position:absolute;
	left:220px;
	top:0;
	z-index:99;
	margin-top:20px;
	float:left;
	display:inline;
	width:auto;
}
#proj-nav {
	text-align:right;
	font-weight:bold;
	padding-top:5px;
	width:auto;
}
#proj-nav a {
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	color: #CC0000;
}
#adwin {
	width:auto;
	/*border: 1px solid #FF0000;*/
}