@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
a { text-decoration:none; }
img { text-decoration:none; border:0; }
body { background-image:url(../../images/wallpaper.jpg); }
#mainWrapper {
	height:1000px;
	width:950px;
	/*background-color:#804040;*/
	margin:auto;
	border:1px solid #000;
}
#header {
	width:100%;
	height:250px;
	background-image:url(../../images/fotr_header.png);
	background-repeat:no-repeat;
	background-position:;
	border-bottom: 1px solid #000;
}
#navBar {
	width:220px;
	height:750px;
	float:left;
	/*background-image:url(../../images/navBar.jpg);*/
	background-repeat:;
	border-right:1px solid #000;
}
#mainContent {
	background-color:#060;
	width:729px;
	height:750px;
	float:right;
	background-image:url(../../images/mainContent_bg.jpg);
	background-repeat:no-repeat;
}
#imgContent { background-color:#CCC;}
#main_gallery{ margin-left:70px; }
.pictureFrame {
	background-image:url(../../images/gallery/pictureFrame.png);
	height:255px;
	width:350px;
	background-repeat:no-repeat;
	margin:30px 0 10px 0px;
	float:left;
}
.innerPicture, .horizontal{
	height:150px;
	width:240px;
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	top:52px;
}
.imgBox{
	background-image:url(../../images/picture-frame.png);
	height:281px;
	width:342px;
	background-repeat:no-repeat;
}
.top {margin-top:90px;}
/*
Form styles
*/
.required{color:#F00; font-weight:bold;}
#contactForm p input {
	background-color:#d3d5f1;
}
#contactForm p { padding-bottom:10px; }
#contactForm .label {
	float:left;
	font-size:.9em;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width: 150px;
}
input#txtName, input#txtPhone { width:175px; }
#contactInfo{font-size:.8em;}
.contactHeader{font-size:1.1em;font-weight:bold;color:#03C;}
#formSubmitButton{margin-left:161px;background-color:#f6f6f6;border:1px solid #009;}
#formSubmitButton:hover{background:#06F;color:#FFF;}