/*    MAIN    */

body,td,th {font-family: Verdana; font-size: 11px; color: #000000;}
body {
	background-color: #EFEDED;
	background-image: url(../images/main/bg_main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}


/*    LINKS    */ 

a:link {color: #BB2920; text-decoration: none;}
a:visited {text-decoration: none; color: #BB2920;}
a:hover {text-decoration: none; color: #FF0000;}
a:active {text-decoration: none; color: #BB2920;}



/*    TEXT     */


.header{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; color:#000000;}
.red{font-family:Verdana, Arial, Helvetica, sans-serif; color: #BB2920;}


/*    IMAGES     */

.line{padding-bottom:10px; padding-top:10px; clear:both}

.gallery_thumbs img	{/* put thumbs view style here */}
.gallery_detail				{padding-left:14px; padding-top:5px;}
.gallery_detail .pic		{border:1px solid black; margin-right:15px; float:left}
.gallery_detail .blurb	{float:left; width:500px}

.regular_text .text {float:left; width:400px;}


/*    Facebook Myspace Twitter Links     */

#links{
	margin-top:15px;
	width:238px;
	height:23px;
	background:url("../images/bars.png");
}
li{
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline-block;
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline-block;
}
#facebook{
	background:url("../images/face_my_twit_nobars.png");
	height:23px;
	width:78px;
}
#myspace{
	background:url("../images/face_my_twit_nobars.png");
	height:23px;
	width:78px;
	background-position:148px 0px;
}
#twitter{
	background:url("../images/face_my_twit_nobars.png");
	height:23px;
	width:66px;
	background-position:66px 0px;
}
#facebook:hover{
		background-position:0px -23px;
		cursor:pointer;
}
#myspace:hover{
	background-position:148px -46px;
	cursor:pointer;
}
#twitter:hover{
	background-position:66px -69px;
	cursor:pointer;
}
#spacer{
	width:310px;
}
.spacer2{
	margin-left:45px;
}
