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

body{
	background: #000;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#center{
	width:954px;
	margin:0 auto;
	}
#wrapper{
	width:954px;
	float:left;
	}
#header{
	background:url(../images/header.gif) left no-repeat;
	width:878px;
	float:left;
	height:175px;
	padding: 33px 39px 0 37px;
}
#menu{
	background:url(../images/menu-bg.gif) left no-repeat;
	width:908px;
	float:left;
	height:37px;
	padding:23px 21px 8px 25px;
}
.nav{
	float:left;
}
#wrapper2{
	background:url(../images/wrapper-bg.gif) left repeat-y;
	width:869px;
	float:left;
	padding:20px 40px 0 45px;
}
#featured{
	width:338px;
	float:right;
	margin:0 0 20px 30px;
}
.gall{
	width:800px;
	float:left;
	padding:10px 35px 0 34px;
}
.social{
	width:400px;
	float:left;
	padding:10px 17px;
}
#featured2{
	background:url(../images/featured-bg.gif) left repeat-y;
	width:308px;
	float:left;
	padding:0 15px;
}
#footer{
	background:url(../images/footer.gif) left no-repeat;
	width:885px;
	float:left;
	height:63px;
	padding: 35px 40px 0 29px;
}
#copyright{
	width:954px;
	float:left;
	padding: 10px 0 0 0;
}

/* Text Styling */
h1{
	font-size:20px;
	padding:0;
	margin:0;
	line-height:32px;
}
h2{
	color:#ce2323;
	padding:0;
	margin:0;
	font-size:18px;
}
p{
	padding:0;
	margin: 0 0 12px 0;
	line-height:18px;
	}
#header h1{
	padding:0;
	margin:0;
	text-align:right;
	color:#5d5a5a;
	font-size:28px;
	line-height:32px;
}
#header h2{
	padding:0;
	margin:0;
	text-align:right;
	color:#5d5a5a;
	font-size:20px;
	line-height:32px;
}
#featured h2{
	color:#ce2323;
	padding:0 0 10px 0;
	margin:0;
	font-size:18px;
}
#footer p{
		text-align:right;
		font-size:10px;
		margin:16px 0 0 0;
}
#copyright p{
		color:#d9d9d9;
		font-size:12px;
		margin:0;
}


/* LINK STYLING*/
p a{
	text-decoration:none;
	color:#000000;
	cursor:text;
}
a.linked{
		color:#ce2323;
		text-decoration:none;
		font-weight:bold;
}
a.linked:hover{
		text-decoration:underline;
}
#header h2 a{
	color:#5d5a5a;
	text-decoration:none;
}
#footer p a{
	color:#5d5a5a;
	text-decoration:none;
	font-weight:bold;
	padding: 0 4px;
}
#footer p a:hover{
	text-decoration:underline;
}
#copyright p a{
		color:#cacaca;
		text-decoration:none;
}
/* Misc Styling */
img{
	border:0;
	}
	
input{
	margin:2px;
}
.right{
	float:right;
	margin:0 0 20px 30px;
}