/* CSS Document */

body {
	background-color: black;
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#FFFFFF;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #d67a51;
}
a:active {
	color: #CCCCCC;
}
h2 {
	text-align:center;
	color:#d67a51;
}
img {
	border:none;
	margin:0;
}

scroll {
color:#0033FF;
}

#container {
	width: 972px;
	position:relative;
	margin:10px auto 0 auto;
}
#header {
	width: 972px;
	height:90px;
	position:relative;
	text-align:left;
}
#topmenu {
	text-align:right;
	position:absolute;
	top:0;
	right:25px;
}

#content {
	width: 972px;
}

#left {
	width:670px;
	float:left;
	text-align:right;
	position:relative;
}
#profile {
	text-align:left;
	padding-right: 20px;
	padding-left: 20px;
	margin-left:20px;
	height: 407px;
	overflow: auto;
	font-size:12px;
	line-height: 1.5em;
	color:#E8E8E8;
	background-color:#797AA4;
}
#profile h3{
	color:white;
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/bg_h3.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 4px;
}
#right {
	width:302px;
	height:407px;
	float:left;
	text-align:right;
	background:url(../images/bg_right.gif) repeat-y;
}
#right ul, #right li{
	margin:0;
	padding:0;
}
#right li{
	list-style-type: none;
	list-style-position: outside;
	padding-top:10px;
}

#footer {
	width:972px;
	height:60px;
	text-align:left;
	font-size:12px;
	color: #999999;
	clear:both;
}

.thumbnail img{
	margin-left:10px;
	margin-bottom:10px;
	float:right;
	border:1px solid  #999999;
}
.thumbnail_last img{
	margin-left:10px;
	float:right;
	border:1px solid  #999999;
}
.thumbnail a:link img, .thumbnail_last a:link img {
border:1px solid  #999999;
}
.thumbnail a:visited img, .thumbnail_last a:visited img {
border:1px solid #999999;
}
.thumbnail a:hover img, .thumbnail_last a:hover img {
border:1px solid #FFFFFF;
}
.thumbnail a:active img, .thumbnail_last a:active img {
border:1px solid  #FFFFFF;
}

