/** LAYOUT */

body{
	background-image:url(images/index.jpg);
	background-repeat:repeat-x;
	}

#wrapper{
	width:750px;
	margin: 40px auto;
	background-color:#FFFFFF;
	}

* html #wrapper {
	height: 400px;
}	
	
#header{
	background-image:url(images/logogoalgetters750w.jpg);
	width:750px;
	height:100px;
	}
	
#subheader{
	background-image:url(images/slice_01.jpg);
	width:750px;
	height:110px;
	}	
	
#content{
	padding:10px 15px;
	border-left: 1px dotted #666666;
	border-right: 1px dotted #666666;
	min-height:200px;
	}	
	
#box1{
	text-align:center;
	}	

	
#footer{
	background-image:url(images/bottomcurve.jpg);
	width:750px;
	height:20px;
	}	

#copyright{
	text-align:center;
	font-size:0.75em;
	line-height:1.5em;
	color:#999999;
	margin:5px 0px 30px;
	}


/** BASIC */



body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	}

p {
margin-bottom: 1em;
	}
	
img{
	border:0px;
	}	
	
/* Menu */

#menu {
	background-image:url(images/slice_02.jpg);
	width:750px;
	height:32px;
	/*margin: 0 auto;*/
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	list-style:none;
	}

#menu a {
	display: block;
	float: left;
	margin:8px 0px;
	padding: 0px 15px;
	text-decoration: none;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size: 14px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}

#menu a:hover {
	text-decoration: underline;
	color:#7CC80B;
}	

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.form tr td{
	font-size: 0.9em;
	padding:1px 0px;
	}		
	
.form textarea{
	font-size: 1em;
	}
	
.sendbutton{
	background-color:#339900;
	color:#FFFFFF;
	font-size: 1.3em;
	margin:10px 0px 0px 0px;
	}		

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}


h2{
	font-size: 1.2em;
	}
	
h3{
	font-size:1em;
	}	

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #595959;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.align-justify { text-align: justify; }

.text1 {
	text-align: center;
	font-size:1.2em;		
	color: #003300;
}


.text2 {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #339900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}



/** BACKGROUNDS */

.bg1 {
	background: url(images/bg03.jpg) repeat-y;
}

.bg2 {
	background: url(images/bg02.jpg) no-repeat;
}



/** MISC */

.img1 {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-top: 3px;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage06.gif);
}

.small{
	font-size:0.75em;
	}
	
.autograph {
	font-family: "Monotype Corsiva", "Bradley Hand ITC", "Curlz MT";
	font-size:2em;
	}	
	
.fb li{
	list-style-image:url(images/football_bullet.gif);
	line-height:2em;
	vertical-align:middle;
		}		
		
#gallery img{
	padding:10px;
	}
			