/* CSS Document for CouplesPlayGolf.com */

body {
	background:#C4A790;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	line-height:1.85em;
	color:  #990000;
	}
	
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	}	
	
/* ---------------------------- Index Content ----------------------------*/

#imagebar{
	position:absolute;
	width: 332px;
	height:525px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#indexcontent{
	position:relative;
	width: 350px;
	height:490px;
	left: 400px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 15px;
	text-align:left;
	text-indent:8px;
	}
#indexcontent a:link, #indexcontent a:visited {
	color: #4F3D37;
	text-decoration:none;
	}
#indexcontent a:hover {
	color: #FBF9F7;
	}
		
/* ---------------------------- Secondary Topbars ----------------------------*/

#topbar{
	position:absolute;
	width: 740px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
#topbarimage{
	position:absolute;	
	}

/* ------ Tournament Schedule Menu ---------*/
#topbarmenu{
	position:absolute;
	width: 315px;
	left: 430px;
	}
	
/* ------- Tournament Results Menu ----------*/
#topbarmenu2{
	position:absolute;
	width: 315px;
	left: 480px;
	}

/* ---------------------------- Secondary Content ----------------------------*/


#content{
	position:absolute;
	width: 750px;
	top: 250px;
	background-color: #CEB29F;
	}
	
#imagebox{
	position:absolute;
	right: 15px;
	}
		
#text{
	position:absolute;
	width: 450px;
	background-color: B18F74;
	margin-left: 10px;
	padding: 10px;
	}
	
#content p {
	text-indent:10px;
	}
#content a:link, #content a:visited {
	color: #4F3D37;
	text-decoration:underline;
	}
#content a:hover {
	color: #FBF9F7;
	}
	
/* ---------------------------- Tournament Content ----------------------------*/

#tourcontent{
	position:relative;
	width: 760px;
	margin:auto;
	background-color: #E3D6CD;
	text-align:left;
	padding: 20px;
	background-image: url(images/grasstopbar.jpg);
	background-repeat: no-repeat;
	}

#tourcontent a:link, #tourcontent a:visited {
	color: #4F3D37;
	text-decoration:underline;
	}
#tourcontent a:hover {
	color: #FBF9F7;
	}
	
	

hr {
	height: 3px;
	background-color: #663300;
	color: #663300;
	}
		
		
h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	}

h2 {
	text-align: left;
	font-size: 1em;
	}
p {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	text-indent: 0px;
}
