/* CSS Document */


/*

	colors to use
	darker blue:005984;
	seafoam:9bcab0;
	light tan:#fbfbf5;
	brown:#333300;
	borders + hrs :#959578;
*/

body{
	background:url(../images/bg.gif) fixed;
	color:#333300;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#333300;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#hug{
	margin:0 auto;
	display:block;
	width:774px;
	padding:0;
}

#head{
	background:url(../images/boxer/top.png) no-repeat 0 0;
	height:39px;
}

#meat{
	background:url(../images/boxer/middle.png) repeat-y ;
	margin:0;
	min-height:450px;
	height:auto !important;
	height:450px;
}

#foot{
	background:url(../images/boxer/bottom.png) no-repeat 0 100%;
	height:39px;
}


#contentWindow{
	position: relative;
	margin:0 auto;
	width:744px;
}




p{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:1.75em;
}

h1, h2, h3, h4, h5{
	font-weight:normal;
	margin:0;
	padding:0;
}


h2{
	font-size:30px;
}


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

hr{
	color:#959578;
	background-color:color:#959578;
	height:1px;
	margin:20px 0;
	border-top:1px solid #959578;
}

.center{
	text-align:center;
}


/*----------------------------------------------------------

						FOOTER STYLES

----------------------------------------------------------*/

#footer{
	margin:5px auto;
	width:774px;
	text-align:center;
}

#footer ul{
	/*margin-left:50px;*/
}

#footer li{
	margin:10px 0;
	display:inline;
	font-size:10px;
	margin-right:15px;
	border-right:1px solid #333300;
	padding-right:15px;
}

#footer li.last{
	border-right:none !important;
}




/*----------------------------------------------------------

					HEADER STYLES

----------------------------------------------------------*/

#header{
	position: relative;
	margin-bottom:10px;
	padding:0px 20px;
}

#header ul{
	display:inline;
}


#header li{
	display:inline;
	font-size:15px;
	margin:0 6px 0 0;
	list-style:circle;
}

#header ul li a{
}

#header ul li a:hover{
	color:#005984;
}


/*----------------------------------------------------------

					FLASH CONTENT STYLEs

----------------------------------------------------------*/
#flashWrapper{
	position:relative;
	height:300px;
}


#flashContent{
	position:absolute;
	top:0px;
	left:-55px;
	width:850px;
	height:320px;
	
}


#flashContent p{
	font-size:1px;
}




/*----------------------------------------------------------

					HOME PAGE STYLEs

----------------------------------------------------------*/

#homeContent{
	background:#fbfbf5;
	padding:15px;
	margin:10px 0 0 20px;
	width:670px;
	border:1px solid #959578;
}


#widget1{
	height:153px;
}

#widget2{
	text-align:right;
}

p.bigGuysLink{
	margin-top:10px;
}

.bigGuysLink a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	background:url(../images/arrow_small.gif) no-repeat 0 0;
	padding-left:17px;	
}

.bigGuysLink a:hover{
	color:#005984;
	background:url(../images/arrow_small.gif) no-repeat 0 100%;

}