/*general*/

body {
	margin: 0 0; 
	padding : 0;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 11px;
	color : #000000;
	background-color: #260E0E;
	line-height: 1.5;
}

a, a:link, a:visited {
	color: #720404;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration:none;
}

a:hover, a:active {
	color: #720404;
	letter-spacing: 0px;
	font-weight: bold;
	text-decoration:none;
}

	
/* Containers */ 

#main {
	width: 800px;
	margin: 0 auto;
	text-align: center; 
	padding: 0;
        background: url("images/layout_16.jpg") repeat-y 0px 425px;
        border: 4px solid #000000;
}

#main1, #main2, #main3, #main4, #main5, #main6, #main7, #main8, #main9, #main10, #main11, #main12, #main13, #main14{
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#main1 { background: url("images/layout_01.jpg") 0 0 no-repeat; }

#main2 { background: url("images/layout_02.jpg") 0 25px no-repeat; }

#main3 { background: url("images/layout_03.jpg") 0 50px no-repeat; }

#main4 { background: url("images/layout_04.jpg") 0 75px no-repeat; }

#main5 { background: url("images/layout_05.jpg") 0 100px no-repeat; }

#main6 { background: url("images/layout_06.jpg") 0 125px no-repeat; }

#main7 { background: url("images/layout_07.jpg") 0 150px no-repeat; }

#main8 { background: url("images/layout_08.jpg") 0 175px no-repeat; }

#main9 { background: url("images/layout_09.jpg") 0 200px no-repeat; }

#main10 { background: url("images/layout_10.jpg") 0 225px no-repeat; }

#main11 { background: url("images/layout_11.jpg") 0 250px no-repeat; }

#main12 { background: url("images/layout_12.jpg") 0 275px no-repeat; }

#main13 { background: url("images/layout_13.jpg") 0 300px no-repeat; }

#main14 { background: url("images/layout_14.jpg") 0 325px no-repeat; }



/*Menu*/
#menu {
	width: 120px;
	margin: 160px 0 0 640px;
	padding: 0;
	float: left;
	text-align: left;
	color: #000000;
	font-variant: small-caps;
}

a.menlink {
	color: #720404;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration:none;
}


#content { 
	width: 650px;
	margin: 30px 0 0 100px;
	padding: 0;
	float: left;
	text-align: justify;	
}	


/*Footer*/
#footer {
	margin: 50px 0 0 100px;
	padding: 0;
	width: 650px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #000000;
	font-family: tahoma, verdana, sans-serif;
	border-top: 1px dotted #720404; 
	
	
}






/* Headings */

h1 {
	display: none;
}

h2 {
	 text-align: left;
	 font-family: tahoma, sans-serif;
	 font-variant: small-caps;
	 letter-spacing:5px;
	 color: #720404; 
	 font-size: 14px;
	 border-bottom: 1px dotted #720404;
}






/* Basics */


div.spacer {
	clear: both;
	margin-bottom: 1px;
}
   
hr { border-bottom: 1px dotted #720404; }



/* Images */

img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* Form */

input, select, textarea{

border: 1px solid #000000;
font-family: tahoma, sans-serif;
font-size: 11px;            
padding: 2px;
margin-top: 3px;
margin-left: 0px;
color: #000000;
width: 200px;
background-color: #D6C0BB;

}

input.enth3_submit, input.enth3_vpassword, input.enth3_reset, input.enth3_password{
	width: 100px;
	
}

input.noborder{
 width: 15px;
 }