﻿body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	background-image: url(../images/Wood2_1600x1200.jpg);
}

h1 {
	color: #FF3399;
	font-size: 20px;
	font-weight: normal;
}
h2 {font-size: 18px;}
h3, h4 {font-size: 16px;}
h5, h6  {font-size: 14px;}

a:link,a:visited,a:active{color:#FF138C;text-decoration:none}
a:hover{text-decoration:underline}

#outerwrapper {
	padding:0;
	margin:80px auto;
	width: 760px;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-size: 30px;
	margin-bottom:20px;	
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	color: #F1F1F1;
}

#logo_pink {color: #FF138C;}

#page {
	/* Background image: */
	background-image: url(../images/steph.jpg);
	background-repeat: no-repeat;
	height: 480px;
	border:20px #FFF solid
}

#content {
	color:white;
	background-color: #000;
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6; 
	float: right; 
	width: 220px; 
	height: 400px;
	padding: 10px;
	margin: 20px 20px 0 0;
	overflow: auto;	
}

#content p {font-size:14px;line-height: 120%;}

#content_bottom { 
	width: 760px; 
	height: 40px; 
	background: url(../images/shadow.png) no-repeat; 
}

#contact_form { padding: 0; width: 170px }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { width: 160px; color: #333; padding: 2px; border: 1px solid #ccc;  background: #fff; }
#contact_form form label { display: block; width: 100px; margin-top: 15px; margin-bottom: 5px; font-size: 12px; color: #FFF; }
#contact_form form textarea { width: 175px; height: 100px; padding: 5px; color: #333; border: 1px solid #ccc;  background: #fff; }
#contact_form form .submit_btn { margin: 10px 0px; padding: 4px 14px; border: 1px solid #ccc; background: #fff; }
#contact_form form .submit_btn:hover { background: #ccc; }

#footer {
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}

#footer a:link, #footer a:visited {
	color: #FF80A8;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_menu{
	font-size:14px;
	font-weight: bold;
	margin-bottom:20px;
	}


