@charset "utf-8";
/* CSS Document */

body{
	background: url(images/bg.jpg) repeat-x #e4e4e4;
	padding:0;
    font-family: 'Roboto', sans-serif;
	color: #3d3d3d;
}
#wrapper{
	width:956px;
	margin:0 auto;
	padding-top:82px;
}
#wrapper2{
	width:956px;
	background-color:#FFFFFF;
	float:left;
}
#topper{
	width:956px;
	float:left;
	padding:0 0 52px 0;
}
	#dress{
		border:#b9b9b9 8px solid;
		width:62px;
		float:left;
		padding:0 52px;
	}
	#header{
		border:#b9b9b9 8px solid;
		width:605px;
		float:left;
		height:184px;
		padding:19px 50px;
		margin:0 0 0 52px;
	}
#main{
	width:956px;
	background-color:#FFFFFF;
	float:left;
	padding:0 0 52px 0;
}
	#menu{
		font-family: 'Limelight', cursive;
		border:#b9b9b9 8px solid;
		width:100px;
		float:left;
		text-align:center;
		padding:10px 33px;
	}
	#content{
		width:721px;
		float:left;
		padding:0 0 0 52px;
	}
#footer{
	width:956px;
	border-top: #b9b9b9 1px solid;
	background-color:#FFFFFF;
	float:left;
	padding:52px 0 0 0;
}
#footer-links{
	width:956px;
	background-color:#FFFFFF;
	float:left;
}
#copyright{
	width:956px;
	background-color:#FFFFFF;
	float:left;
	padding:20px 0;
}

/* TEXT */

#header h1{
	font-family: 'Limelight', cursive;
	color:#4858ac;
	text-align:center;
	margin:0;
	padding:0;
	font-size:52px;
	line-height:70px;
}
#header h2{
	text-align:center;
	margin:0;
	padding:0;
	line-height:30px;
	font-size:20px;
	font-weight:normal;
}
#header h2 a{
	color: #3d3d3d;
	text-decoration:none;
}
#menu a{
	font-family: 'Limelight', cursive;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	color: #3d3d3d;
	text-decoration:none;
}
#content h1{
	font-family: 'Limelight', cursive;
	font-size:24px;
	font-weight:bold;
	padding:0;
	margin:0;
}
#content h2{
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	padding:0;
	margin:0;
}
#content a{
	color:#4858ac;
	text-decoration:none;
}
#footer-links{
	text-align: center;
	font-size:12px;
	font-weight:bold;
}
#footer-links a{
	padding:0 15px;
	color: #3d3d3d;
	text-decoration:none;
}
#copyright{
	font-size:12px;
	font-weight:normal;
}
#copyright a{
	color: #3d3d3d;
	text-decoration:none;
}
	
/* MISC */
img {border:0;}
.pic {float:right; padding:0 0 20px 20px;}