/*@import url("buttons.css");*/
@import url("news.css");
@import url("golf_context.css");
/* home page 	background-color:		#7E3D3D;*/
body {
	margin: 				0px;
	padding: 				0px;
	background-color:		#ccc;
	font-size:				14px;
}
div#mainbody{
	width:					830px;
	height:					630px;
	margin:					7px 0 0 0;
	padding: 				25px 70px 10px 90px;
	background:				 url("golf_publications_images/home/bg.jpg") no-repeat top left;
	font:					Arial, Helvetica, sans-serif;
	font-size:				14px;
	color:					#300;
}
/* *** */

div#contents{
	width:					380px;
	height:					330px;
	margin:					200px 0 0 360px;
}

div#contents ul{
	list-style-type:		none;
}

div#contents li{
	padding:				0 0 10px 0;
}


div#contents a{
	color:					#600;
	text-decoration:		none;
	font-weight:			bold;
	border:					0;
}

div#contents a:hover{
	color:					#fff;
	background:				#600;
}

/* copyright text*/
div#copyright{
	position:				absolute;
	font-size:				11px;
	text-align:				center;
	vertical-align:			bottom;
	left:					104px;
	width:					223px;
	top: 					547px;
}
/* *** */	
	img{
	border:					0px;
	}
	
	h1{
	color:					#600;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size:				24px;
	text-align:				center;
}

	h2{
	color:					#600;
	font-family:			Georgia, "Times New Roman", Times, serif;
	text-align:				center;
	font-size:				20px;
}
	h3{
	color:					#600;
	font-family:			Georgia, "Times New Roman", Times, serif;
	text-align:				center;
	font-size:				16px;
}

a{
	font-size:				15px;
	color:					#600;
	font-weight:			bold;
	text-decoration:		none;
}

a:hover{
	color:					#390;
}

em{
	font-size:				12px;
	text-align:				right;
	}


	

