#container {
	height: 762px;
	width: 968px;
	margin: auto;
}
#nav {
	height: 41px;
	width: 968px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


#header {
	height: 241px;
	width: 968px;
	background-image: url(../images/header.png);
	clear: both;
}

#content {
	height: 411px;
	width: 659px;
	float: right;
	padding-top: 25px;
	padding-left: 30px;
	background-color: #FFF;
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-right: 40px;
	overflow: auto;
}


#sidebar {
	float: left;
	height: 420px;
	width: 229px;
	padding-left: 10px;
	padding-top: 16px;
	background-image: url(../images/sidebar.PNG);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0px;
	background-position: 33px;
	font-family: "myriad pro";
	color: #63686c;
	line-height: 11px;
	font-size: 13px;
	text-transform: uppercase;
}


#footer {
	height: 36px;
	width: 968px;
	clear: both;
	padding-top: 8px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #c6bac6;
	float: none;
}


p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
}


h1 {
	font-family: "myriad pro";
	font-size: 18px;
	color: #979da2;
	margin: 0px;
	text-transform: uppercase;
	line-height: 14px;
}


h2 {
	font-family: "myriad pro";
	color: #aa95ff;
	font-size: 10px;
	line-height: 1px;
}
h3 {
	font-family: "myriad pro";
	color: #8c86a4;
	font-size: 14px;
	line-height: 1px;
}
a {
	color: #63686c;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #5F5D88;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 5px;
}
a:hover {
	color: #aa95ff;
}

body {
	background-color: #2f2d4a;
	background-image: url(../images/bgtop.png);
	background-repeat: repeat-x;
}
