body
	{
	background-color: #656565;
	background-image: url('../images/bg2.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

h1
	{
	font-size: 2em;
	font-weight: bold;
	}

a, a:visited
	{
	color: #e35d79;
	}
	
#wrapper
	{
	width: 1070px;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
	position: relative;
	}
	
	#left
		{
		height: 600px;
		width: 195px;
		background-image: url('../images/girlie1.png');
		background-repeat: no-repeat;
		float: left;
		}
		
	#right
		{
		height: 600px;
		width: 85px;
		background-image: url('../images/girlie3.png');
		background-repeat: no-repeat;
		float: left;
		}
	
	#middle
		{
		background-image: url('../images/middle_top.png');
		background-repeat: no-repeat;
		padding-top: 80px;
		width: 715px;
		float: left;
		}

		#content_wrapper
			{
			float: left;
			background-image: url('../images/middle_bg.jpg');
			background-position: 40px 100px;
			background-repeat: repeat-y;
			}
		
			#middle1
				{
				width: 130px;
				height: 700px;
				background-image: url('../images/girlie2.png');
				background-repeat: no-repeat;
				float: left;	
				position: relative;	
				}
			
			#middle2
				{
				width: 585px;
				min-height: 740px;
				background-image: url('../images/middle2_bg.jpg');
				background-repeat: no-repeat;
				float: left;
				}
				
				#content
					{
					padding: 0 55px 40px 45px;
					}
					
					#title
						{
						height: 40px;
						}
					
					#top_submenu
						{
						height: 35px;
						margin: 0 0 20px 0;
						position: relative;
						}
					
					#photo
						{
						height: 215px;
						width: 485px;
						overflow: hidden;
						position: relative;
						background-color: black;
						}
					
					#photo_frame
						{
						height: 215px;
						width: 485px;
						position: absolute;
						background-image: url('../images/photo_frame.png');
						}
					
					#content_body
						{
						margin: 40px 20px 20px 20px;
						}
						
	
	#footer
		{
		background-image: url('../images/footer_bg.jpg');
		background-repeat: no-repeat;
		background-position: right;
		height: 75px;
		float: none;
		clear: both;
		margin: 0 0 20px 0;
		}
		
		.footer_menu
			{
			margin: 15px 70px 10px 0;
			float: right;
			}
			
			.footer_menu li
				{
				float: left;
				list-style: none;
				}
				
			.footer_menu a
				{
				color: black;
				font-size: 11px;
				text-decoration: none;
				}
			
			.footer_menu a:hover
				{
				text-decoration: underline;
				}

#twitter
	{
	color: white;
	width: 153px;
	height: 104px;
	position: absolute;
	top: 65px;
	left: 852px;
	overflow: hidden;
	padding: 15px 15px 15px 40px;
	background-image: url('../images/twitter_box.gif');
	background-repeat: no-repeat;
	}

#twitter a, #twitter a:visited
	{
	color: white;
	}

.clearer
	{
	clear: both;
	float: none;
	}