body
{
	background-color: black;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
	color: #cc9933;
	line-height: 1.4;
	font-family: Arial;
}

img{
	border: none;
}

p{
	line-height: 1.4;
	font-size: 13px;
}

a{
	color:#ffcc66;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 15px;
}

#wrapper{
	margin: 0 auto;
	width: 1020px;
	overflow: hidden;
}

.leftSideTrim
{
	width: 100px;
	float: left;
	background-image: url(../images/leftSideTrim.jpg);
	background-repeat: no-repeat;
	height: 650px;
}


.header{
	width: 535px;
	height: 208px;
	background-image: url(../images/header.jpg);
	float: left;
}

.rightSideTrim
{
	width: 385px;
	height: 650px;
	float: right;
	background-image: url(../images/rightSideTrim.jpg);
	background-repeat: no-repeat;
}

.nav{
	width: 535px;
	height: 32px;
	float: left;
	background-image: url(../images/nav.jpg);
}

.navUnder{
	width: 535px;
	height: 26px;
	float: left;
	background-image: url(../images/navUnder.jpg);
}

ul#list-nav {
	list-style:none;
	padding:0;
	margin-top: 8px;
	float: left;
	margin-left: 0;
}

ul#list-nav li {
	display:inline
}

ul#list-nav li a {
	text-decoration:none;
	color:#ffcc66;
	float:left;
	text-align:center;
	margin: 0 16px;
}

ul#list-nav li a:hover {
	color:#ff9966
}

.contentWrap{
	width: 535px;
	float: left;
	background-image: url(../images/contentMid.jpg);
}

.contentTop{
	width: 495px;
	float: left;
	background-image: url(../images/contentTop.jpg);
	background-repeat: no-repeat;
	padding: 5px 20px 0 20px;
	min-height: 321px;
	height:auto !important;
	height: 321px;

}

.contentMid{
	width: 535px;
	height: 37px;
	float: left;
	background-image: url(../images/contentMid.jpg);
}

.contentBottom{
	width: 535px;
	height: 21px;
	float: left;
	background-image: url(../images/contentBottom.jpg);
}

.profileWrap{
	width: 100%;
	margin-bottom: 20px;
	float: left;
}


.footer{
	width: 900px;
	height: 150px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-top: 10px;
	overflow: hidden;
}

.footerInner{
	width: 370px;
	height: 60px;
	float: left;
	clear: left;
}

.networkLinks
{
	width: 185px;
	height: 90px;
	float: left;
	clear: both;
}

.twiter
{
	width: 32px;
	height: 32px;
	float: left;
	background-image: url(../images/twitter_32.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}

.twiter2
{
	width: 16px;
	height: 16px;
	float: left;
	background-image: url(../images/twitter_16.png);
	background-repeat: no-repeat;
	padding-right: 5px;
}

.facebook
{
	width: 32px;
	height: 32px;
	float: left;
	background-image: url(../images/facebook_32.png);
	background-repeat: no-repeat;
}
