BODY{
background: #000000 url(../images/pinstripes.gif) repeat;
font-family: Verdana, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 26px;
margin:0;
padding:10px 0px;
}
#maincontainer{
width: 641px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
z-index: 5;
}

#topsection{
background: url(../images/banner.jpg) no-repeat;
height: 145px; /*Height of top section*/
vertical-align: bottom;
}

#menusection{
height: 50px; /*Height of menu section*/
vertical-align: bottom;
margin-left: -30px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background: #ffffff;
}


#contentwrapper img{
border: 0px;
}

#contentcolumn{
margin-right: 0px; /*Set right margin to RightColumnWidth*/
background: url(images/middle.jpg);
background-repeat: repeat-y;
height: 100%;
padding: 15px 40px 20px 40px;
}


#contentcolumn a{
font-weight: bold;
color: #000000;
}

#rightcolumn{
float: left;
width: 220px; /*Width of right column*/
margin-left: -220px; /*Set left margin to -(RightColumnWidth) */
background: #ffffff;
}

#rightcolumn .innertube{
border-left: solid 1px #cccccc;
margin-right: 0px;
}

#rightcolumn .moduletable {
border-left: solid 5px #ffffff;
}

#footer{
clear: left;
width: 641px;
height: 86px;
color: #000000;
text-align: center;
padding: 0px 0;
background: url(../images/footer-bg.jpg);
}

#footer a{
color: #ff0000;
font-weight: bold;
text-decoration: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.copyright {
	padding-top: 40px;
	font-size: 10px;
	line-height: 13px;
}
#footernav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

#folio a {
text-decoration: none;
}

#folio img {

}

#folio {

}

#fullResImage {
border: 2px solid #000000;
}
p.description {
line-height: 18px;
padding-bottom: 5px;
}

h1 {
	margin-top: 40px;
	margin-bottom: 0px;
}
#footernav a:hover {
	text-decoration: underline;
}
#contact-block {
width: 580px;
height: 377px;
}

#contact-sidebar {
background: url(../images/form-bg.jpg) no-repeat;
width:215px;
vertical-align:top;
color:#FFFFFF;
padding: 80px 0px 0px 15px;
font-size:10px;
line-height: 13px;
}

/*Menu CSS*/
ul#nav { list-style:none; margin:0; padding:0; position:relative; left: 85px; }
li { float:left; width:125px; margin:0; padding:0; text-align:center; height:54px; }
li a { display:block; padding:0px; height:54px; color:#000000; text-decoration:none; }
li a#nav-home { background:url(../images/nav/home.jpg) no-repeat 0 0; }
li a#nav-about { background:url(../images/nav/about.jpg) no-repeat 0 0; }
li a#nav-folio { background:url(../images/nav/portfolio.jpg) no-repeat 0 0; }
li a#nav-contact { background:url(../images/nav/contact.jpg) no-repeat 0 0; }
li a:hover { background-position:50px 0; }
#menusection { margin-top: -10px; }


/*Contact CSS*/

#contact-area {
	width: 350px;
}

#contact-area td{
	padding-bottom: 5px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 300px;
	border: 2px solid #ccc;
	font-family: Arial, Verdana;
	font-size: 12px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	background: #ffffcc;
}

#contact-area input.submit-button {
	width: 90px;
	height: 71px;
	background: url(../images/deco-submit.png);
	cursor: pointer;
	margin-left: 274px;
	border: 0px;
}

#contact-area label{
	font-weight: bold;
}

#captcha-area {
	margin: 40px 0px 40px 0px;
}


label.error {
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	display: block;
}
#recaptcha_logo, #recaptcha_tagline {
	display: none;
}
/*
#thanks {
border: solid 1px #006600;
background: #99FF66 ;
padding: 5px;
margin: 20px;
}
*/

#thanks {
       position: absolute; 
       top: 0; left: 0; 
       z-index: 10; 
	   background:#99FF66;
	   padding:5px;
       border:1px solid #006600;
       text-align:center; 
       font-weight:bold; 
       width:99%;
}
