/*===========================
    GENERAL
============================= */

body {
	background-image: url(images/tail.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color:#666;
	margin:0px;
}

p{
	line-height:1.4em;
	}

#wrapper {
	width: 766px;
	margin-right: auto;
	margin-left: auto;	
	
}

/*===========================
    LEFT COLUMN
============================= */

	
#leftCol {
	width: 209px;
	background-color:#ffffff;
float:left;

}

#leftColMenu {
	border-bottom:dotted 1px #666666;
	padding-bottom:30px;
	}
	
#leftCol li {
	list-style:none;
	padding:3px;
	} 
	
#leftColMenu li a {
	
	}

#leftColContent {
	margin-left:10px;
	margin-right:10px;
	}


/*===========================
    SIGNUP
============================= */

#signup {
	padding:40px 10px;
	background-image:url("images/ft1.jpg");
	text-align:right;
	}
	
#signup input#submit{
	background-color:red;
	margin-top:5px;
	color:#FFF;
	border:solid 1px #000;
	}

/*===========================
    RIGHT COLUMN
============================= */

#rightCol {


}


/*===========================
    MAIN MENU
============================= */

#mainMenu ul{
        float:left;      
        width:540px;

	}

#mainMenu li {
	float:left;
	list-style:none;
        height:50px;

	}

#mainMenu li a {
	padding:30px 20px 0px 20px;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
display:block
    

	}


/*===========================
    MAIN IMAGE
============================= */


#mainImage {

position:absolute;
        
}
	
#mainImageHead {
	color:white;
	font-size:x-large;
	position:absolute;
	top:120px;
	left:30px;
	}
	

/*===========================
    MAIN CONTENT
============================= */

#content {
	padding:0px 10px;
        margin-left:0px;
		margin-top:196px;

	}

#content h1:first-child {
        margin:0px;
        padding:0px;
}
	
#content h1,#content h2 {
	margin:10px 0px;
	padding:0px;
	
}

#content img {
        padding:10px;
}
	
#content a {
	text-decoration:none;
	}
#content p {
	margin:0px;
	}

/*===========================
    FOOTER
============================= */
#clear {
	clear:both;
}

#footer {
        margin-top:10px;
	border-top:dotted black 1px;
	padding:20px;
}
	
