﻿/*#############################################################
Name: CowboysGuide Two Column Styles
Date: 2007-01-17
Author: Mark Godfrey
URL: http://www.CowboysGuide.com
#############################################################*/

/* Two Column Layout */

.left2c {float: left;}
.right2c {float: right;}
.main .left2c {width: 75%;}
.main .right2c {width: 24%;}

.contentleft2c {
	padding: 16px;
}

/* Content Left Column */
.contentleft2c h1 {
	background: url(../images/common/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.contentleft2c a {
	color: #999;
	text-decoration: underline;
}
.contentleft2c a:hover {color: #CCC;}
.contentleft2c .descr {margin-bottom: 5px;}

.storyimg { float: left ; margin-left: 50px; } 


/* Content Right Column - Will be default right column content unless overriden by Master Page ThreeColumn.master right content */

.contentright2c {
	background: #0C0C0C;
	border: 1px solid #1E1E1E;
	padding: 12px;
}
.contentright2c h1 {background: url(../images/common/bgh1.gif) repeat-x left bottom; padding-top: 8px;}
.contentright2c ul {margin: 0;}
.contentright2c li {
	background: url(../images/common/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.contentright2c li a {
	color: #EEE;
	line-height: 1.4em;
	padding-left: 18px;
	text-decoration: none;
}
.contentright2c li a:hover {color: #777;}
