body {
		 text-align: center;
		 margin: 0;
		 padding: 0;
		 font-family: Helvetica, tahoma, verdana, arial;
		 font-size: 12px;
}

#wrapper {
		 width: 910px;
		 margin: 10px auto;
		 font-family:Helvetica;
		 text-align: left;
		 position: relative;
}

#wrapper .leftCol {
		 padding: 10px;
		 float: left;
		 width: 445px;
}

#top {
		 color: #FFCC00;
		 font-weight: bold;
		 text-align: left;
		 padding: 5px;
		 background: #666;
		 height: 20px;
		 * height: 35px;
		 border-bottom: 5px solid #555;
}

#top2 {
		 background: #aaa;
		 border-bottom: 5px solid #555;
		 height: 30px;
		 * height: 35px;
}

#top img.banner {
		 border: 0;
		 position: absolute;
		 top: 5;
		 left: 15;
}

#top .content {
		 top: 36;
		 font-size: 20px;
		 left: 220px;
		 position: absolute;
		 color: #000;
}

#top a {
		 color: #ffcc00;
		 text-decoration: none;
}

#middleArea {
		 background: url('widget/v2/images/background/fisheee5.jpg') no-repeat #000000 top right;
		 border-bottom: 5px solid #ddd;
}

#middleArea img {
		 margin-top: 10px;
}

#middleArea .back {
		 height: 75px;
		 background: #333;
		 color: #fff;
		 text-align: center;
}

#wrapper .contentDark {
		 padding: 10px;
		 background: #eeefff;
		 border: 1px solid #000;
		 margin-bottom: 10px;
		 margin-top: 35px;
} 

.content a.large {
		 color: #003399;
		 font-weight: bold;
		 font-size: 16px;
}

.content img.thumb {
		 float: left;
		 padding-right: 10px;
}

#wrapper .content {

}

#wrapper .content .leftC {
		 width: 540px;
		 float: left;
}

#wrapper .content .rightC {
		 width: 340px;
		 float: right;
}

#middleArea .back > .content {
		 width: 660px;
		 text-align: left;
		 margin: 10px;
}

#footer {
		 background: url('http://golfingmania.footymania.com/images/layout/topmenu.jpg') repeat-x;
		 width: 100%;
		 height: 29px;
		 padding-top: 5px;
		 font-weight: bold;
		 font-size: 11px;
		 /* position: absolute; */
		 left: 0;
		 bottom: 0;
}

a {
	   /* color: #997a00; */
		 color: #7784BF;
}


/****************** BLOG STUFF ***********************/
/**/
.blog {
			border-bottom: 2px solid #404040;
}

/**/
.blog .heading {
			font-size: 26px;
			font-weight: bold;
}
/**/
.blog .content2 {
			padding: 10px;
}
/**/

.blog .adminRightBar {
			bottom: 0;
			top: 0;
			right: 0;
			position: absolute;
			margin-right: 100px;
			font-size: 12px;
			color: #000;
			width: 150px;
			background: #eee;
}

.blog .adminRightBar .title {
		 font-weight: bold;
		 background: #666;
		 color: #fff;
		 padding: 5px;
}

.blog .adminRightBar .content {
		color: #000;
		padding: 5px;
}

