body { background-color: #780202;
		background-image: url(images/bg.jpg);
		color: #666666;
		margin-top: 0px;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
        margin:auto;
        
		}
		
        
#bodyctr {     text-align: center;
               width: 100%;
               margin:auto; }
    	
#header { 	border-top: 20px solid #000000;
		border-bottom: 20px solid #000000;
		width: 700px;
            height: 450px;
		margin-top:0px;
        margin:auto; }
            
#header2 { 	border-top: 20px solid #000000;
		border-bottom: 20px solid #000000;
		width: 700px;
            height: 140px;
            margin:auto; }
			
#content { color: #ffffff;
           background-color: #780202;
			border-left: 1px solid #780202;
			border-right: 1px solid #780202;
			border-bottom: 1px solid #780202;
			text-align: justify;
			padding: 20px 20px 20px 20px;
			width: 658px;
			margin-top: 0px;
            margin:auto;
			}
            
#contact { color: #ffffff;
		padding-left: 90px;
		width: 450px;
			
			}

.title { color: #ffffff; font-size: 16px; font-weight:400;letter-spacing: 3px; }

.text10 { font-size: 10px; }

.text11 { font-size: 11px; }
            
.noborder { border: 0px solid #000000; }
			
.ctr { text-align: center; }

.left { text-align: left; }

.right { text-align: right; }

.just { text-align: justify; }

.line { height: 2px;
        color: #000000;
        }
        
.footer { font-size: 10px; color: #ffffff; text-align: center; width: 700px;}

/* LINKS CODE */

a:link		{ color: #f2c49c; text-decoration: none; }

a:visited	{ color: #f2c49c; text-decoration: none; }

a:active	{ color: #f2c49c; text-decoration: none; }

a:hover		{ color: #ed0730; text-decoration: none; }

/* CONTACT PAGE CODE */

.shadeform	{ font: 10px verdana, arial, sans-serif;
		background-color: #f7f6f5;
		background-image: url(image/shadeform.gif);
		text-align: left;
		width: 180px;
		border: #000000 1px solid; }


.textarea	{ font: 10px verdana, arial, sans-serif;
		background-color: #f7f6f5;
		background-image: url(images/shadeform.gif);
		text-align: left;
		width: 275px;
		height: 135px;
		border: #000000 1px solid; }

.dropdown 	{ color: #333333;
		background-color: #f7f6f5;
		width: 180px;
		font: 11px verdana, arial, sans-serif; }
		  