body{
margin:0;
padding:0;
line-height: 1.5em;
}

BODY{
	BACKGROUND-IMAGE: url(assets/images/bg.jpg);
	background-image-align: right;
	background-attachment: fixed;
	BACKGROUND-REPEAT: repeat-y repeat-x;
	height: 100%;
background-color: #4f4f4e;
color: #BBB8A0; 
}

#header{
background:url(assets/images/header.jpg); width:800px; height:288px; 
background-repeat: no-repeat;
}

#leftCol{
width: 48px; /*Width of left column in pixel*/
background:url(assets/images/leftCol.jpg); width:48px; height:309px; 
background-repeat: repeat-y;
background-color: #62090F;
}

#rightCol{
width:47px; /*Width of right column*/
background:url(assets/images/rightCol.jpg); width:47px; height:309px; 
background-repeat: repeat-y;
}

#footer{
background:url(assets/images/footer.jpg); 
width:800px; 
height:70px; 
text-align: center;
padding: 4px 0;
background-repeat: no-repeat;
color: #999999;
font-size: 12px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#main{
width: 675px;
background-color: #62080E;
background:url(assets/images/rightColDoll.jpg); 
}
.nav {
color: #000000;
font-weight: bold;
font-size: 16px;
margin-left: 4.5em;
padding-left: 0;
display:inline-block;
text-decoration: none;
}
.nav:hover {
color: #600000;
text-decoration: underline;
}

.galLeft { 
width:400px;
text-align: left;
vertical-align: top;
padding: 0 20px;
}
.galRight { 
width:270px;
padding: 0 20px;
text-align: left;
vertical-align: top;
} 
#alignTabTop{
text-align: left;
vertical-align: top;
} 
p {
	font-size: 14px;
	font-weight: normal;
	color: #BBB8A0;
}
a {
	font-size: 14px;
	font-weight: bold;
	color: #B0A75C;
	text-decoration: underline;
}
#link-big {
	font-size: 16px;
	font-weight: bold;
	color: #B6B39A;
	text-decoration: underline;
}
.small {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #B6B39A;
}
.header {
	font-weight: bold;
	color: #B6B39A;
	font-size: 16px;
}
.justify{
	text-align: justify;
}
.art{
border-style: solid;
border-width:4px;
border-color: #000000;
}




.spform_input {
position:absolute;
text-decoration:underline;
background-color:#CC0000;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
.spf_prompt {
display:block;
padding-right:10px;
font-weight:bold;
}
.spf_normal_input {
font-weight:normal;
padding-left:0px;
}
.spf_verify_msg {
font-weight:bold;
}
.spf_verify_prompt {
font-weight:bold;
}
.spf_cookie_msg {
font-weight:normal;
color:#ff0000;
padding-top:30px;
}
