body {
	background: #ffffff;
	background: url("../images/background.gif");
} 
	
.inner_box {
	font-family: "Arial Black", Arial, Helvetica, sans;
}

/* begin scroller structure */
#container {	
	background: url("../images/box_background.gif");
	margin: 0 auto;
	width: 1000px;
	height: 600px;
	overflow: hidden;
	position: relative; 
	padding: 0px; }
	
	#cont_shadow {
		background-image: url("../images/box_shadow.png");
		width: 1000px;
		height: 600px;
		position: absolute;
		z-index: 0;	}
	
#grid {
	
	position: relative;			
	width: 4000px;
	margin: 0px;
	padding: 0px;
}
			
.column {
	width:900px;
	padding:0px 50px 0px 50px;
	margin: 0px;
	float:left;
}

.inner_box {
	width: 896px;
	height: 496px; 
	margin-top: 50px;	
	margin-bottom: 50px;
	border: 2px solid #630d0d;
	background-color: #ffffff;	
}

.inner_box div.box_body, .inner_box div.box_body_left {
	margin-left: 10px;
	margin-top: 10px; 
	height: 456px;		
}

.inner_box div.box_body_left {
	margin-left: 101px;
}

.inner_box div.back {
	margin-right: 10px;
	height: 30px;
	text-align: right;
	font-size: 18px;
	text-transform: lowercase;
}
/* end scroller structure */		


/* box specifics */	
#main {
	background-image: url(../images/main_bg.png);
	
	font-size: 56px;
	line-height: 69px;
}

#contact {
	background-image: url(../images/contact_bg.png);
}	

#about {
	background-image: url(../images/about_bg.png);
}
/* end box specifics */

a {		
	text-decoration: none;
}

.blue, a, #main div span a:hover {
	color: #ffcd33;
}

* html img {
	border: 1px solid #ffcd33;
}

html>body img {
	*border: 1px solid #ffcd33;
}

#imageContainer img {
	border: 0px;
}

.red, a:hover, #main div span a {
	color: #630d0d;
}

#main div {		
	margin-left: 488px;
	margin-top: 100px;
}

#main span {
	display: block;
	padding-left: 20px;
	font-size:36px;
	line-height: 36px;
}	

#orby {
	font-size: 18px;
} 

#contact_form {
	height: 306px;	
	font-size: 36px;	
}

#contact_form p {
	margin-top: 0px;
	margin-bottom: 0px;
}
	
#contact_form_left {
	float: left;
	height: 306px;
	width: 270px;
	text-align: center;
}

#contact_form_left label {
	display: block;
	padding: 0px;
	margin: 0 0 -18px 0;
}

#contact_form_left input.text {
	width: 260px;
	font-size: 20px; 
	margin: 0 auto;
	border: 2px #000000 solid;	
}

#contact_form_left input.text:focus {
	border: 2px #630d0d solid;
}

#contact_form_right {
	text-align: center;
	float: left;
	height: 306px;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -1px;
}

#contact_form_right textarea {
	width: 490px;
	height: 237px;
	border: 2px #000000 solid;	
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;		
	margin: 0px;
}

#contact_form_right textarea:focus {
	border: 2px #630d0d solid;	
}

#contact_other {
	height: 150px;
	font-size: 36px;
	line-height: 36px;
}

#contact_other table {
	margin-top: -15px;
	margin-left: -5px;
}

input.submit {
	display: block;
	margin:  5px auto 0px auto;
	padding: 0px;
}

#about .box_body_left div {
	font-size: 36px;
}			 

#about .box_body_left p {
	margin-top: 0px;
	margin-bottom: 16px;
}		

.portfolio_gallery {
	display: block;
	float: left;
	margin: 5px 17px 5px 17px;
}

#photography {
	text-align: center;
}

#photography h1, #photography h2 {
	margin: 0 auto;
}

div.item_image {
	float: left;
	width: 400px;
	height: 450px;
}

div.item_image img {
	display: block;
	margin: 25px auto 0 auto;
}

div.item_info {
	float: left;
	width: 450px;
}

div.item_info p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#submit_errors, #submit_thanks {
	width: 500px;
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	margin: 0px auto;
	padding: 5px;
}

#submit_errors {
	border-color: #630d0d;
	background-color: #666666;
}

#submit_thanks {
	border-color: #ffcc33;
	background-color: #aaaaaa;
}

