/***********************************************************************
Description:	The stylesheet of the (website name) website
Project:	(website URL)
HTML:		(developer name)
Graphics:	(designer name)
Created:	(year).(month).(day)
Updated:	(year).(month).(day)
***********************************************************************/


/* -------------------------------------
BEGIN: General Tag Methods
------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}
html {
	overflow-y: scroll;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#5e5e5e;
    font-size:11px;
	text-align: center; /* This line is here to fix everyone's favorite IE 5.x alignment bug. */
	background-color: #a30000;
	background: #a30000 url(../images/bg.jpg) repeat-x; 
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:21px;
font-weight:bold;
color:#073560;
margin-bottom:10px;
}
p {
margin-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#073560;
font-size:12px;
}
a,
a:link,
a:visited,
a:active {

color: #FF0000;
text-decoration:none;
}
a:hover {
color: #326e96;
}
/* -------------------------------------
END: General Tag Methods
------------------------------------- */

/* -------------------------------------
BEGIN: Main Structure Tags
------------------------------------- */

#wrapper {
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* Treated as align */
	background-color: none;
	min-height:815px;
}
#header {
background:url(../images/header.jpg) no-repeat;
width:1024px;
height:201px;
margin-left:-40px;
margin-right:-40px;
}
#content_top {
background:url(../images/topbar.jpg) no-repeat;
width:944px;
height:85px;
margin-bottom:3px;
padding-top:37px;
}
#content {
background:url(../images/register_bg.jpg) no-repeat;
width:944px;
height:314px;
margin-bottom:3px;
}
#content_bottom {
width:944px;
height:361px;
margin-bottom:3px;
}
#footer {
background:url(../images/footer.jpg) no-repeat;
width:944px;
height:174px;
}
#poll {
background:url(../images/poll_bg.jpg) no-repeat;
width:309px;
height:315px;
margin-left:3px;
float:right;
padding-top:46px;
}
#bottom_left {
width:632px;
height:361px;
float:left;
}
#upload {
background:url(../images/upload_bg.jpg) no-repeat;
width:632px;
height:152px;
margin-bottom:3px;
float:left;
position:relative;
}
#sendtofriend_div {
background:url(../images/sendtofriend_bg.jpg) no-repeat;
width:208px;
height:206px;
margin-right:4px;
float:left;
position:relative;
}
#tweetthis_div {
background:url(../images/tweetthis_bg.jpg) no-repeat;
width:208px;
height:206px;
margin-right:4px;
float:left;
position:relative;
}
#get_involved {
background:url(../images/get_involved_bg.jpg) no-repeat;
width:208px;
height:206px;
float:left;
position:relative;
}
#topleft_txt {
float:left;
width:605px;
padding-left:15px;
padding-right:15px;
}
#topright_txt {
float:right;
width:169px;
padding-left:14px;
padding-right:126px;
}
#content_left {
width:636px;
height:285px;
padding-top:29px;
float:left;
}

.games{
width:298px;
height:78px;
padding-left:20px;
padding-top:17px;
float:left;
position:relative;
}
.games_r{
width:298px;
height:78px;
padding-left:20px;
padding-top:17px;
float:right;
position:relative;
}
.bowl_title {
position:absolute;
right:20px;
top:60px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

.games_m{
width:190px;
height:78px;
padding-left:20px;
padding-top:17px;
float:left;
}
.top_match {
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:21px;
}
.bot_match {
color:#dadada;
font-family:Arial, Helvetica, sans-serif;
font-weight:regular;
font-size:17px;
}
.bottom_bowls {
color:#848484;
font-family:Arial, Helvetica, sans-serif;
font-weight:regular;
font-size:17px;
}
.fields {
background-color:#f5f5f5;
border: #b4b4b4 solid 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#b4b4b4;
width:281px;
height:24px;
padding-top:4px;
padding-left:2px;
margin-bottom:8px;
}

.left_field {
background-color:#f5f5f5;
border: #b4b4b4 solid 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#b4b4b4;
width:135px;
height:24px;
padding-top:4px;
padding-left:2px;
margin-bottom:8px;
margin-right:6px;
float:left;
}
.right_field {
background-color:#f5f5f5;
border: #b4b4b4 solid 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#b4b4b4;
width:135px;
height:24px;
padding-top:4px;
padding-left:2px;
margin-bottom:8px;
float:right;
}
#content_right {
float:right;
}
#signup {
width:285px;
height:274px;
margin-right:12px;
margin-top:40px;
position:relative;
}
.txt {
height:27px;
margin-bottom:4px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#5e5e5e;
font-size:11px;
}
#signup #submit_btn {
	float:right;
	background:url('../images/submit_btn.jpg')  no-repeat;
	border:none;
	cursor: pointer;
    width:109px;
	height:50px;
	position:absolute;
	right:0px;
	bottom:12px;
}
#upload_txt {
width:211px;
height:71px;
padding:2px;
position:absolute;
top:28px;
right:6px;
}
#browse_btn {
	float:right;
	background:url('../images/browse_btn.jpg')  no-repeat;
	border:none;
	cursor: pointer;
    width:82px;
	height:31px;
	position:absolute;
	right:10px;
	bottom:10px;
}
#upload_btn {
	float:right;
	background:url('../images/upload_btn.jpg')  no-repeat;
	border:none;
	cursor: pointer;
    width:82px;
	height:31px;
		position:absolute;
	right:99px;
	bottom:10px;
}
#contribute_btn {
	float:right;
	background:url('../images/contribute_btn.jpg')  no-repeat;
	border:none;
	cursor: pointer;
    width:180px;
	height:72px;
	position:absolute;
	right:15px;
	top:40px;
}
#visit_btn {
	float:right;
	background:url('../images/visit_btn.jpg')  no-repeat;
	border:none;
	cursor: pointer;
    width:180px;
	height:72px;
		position:absolute;
	right:15px;
	bottom:13px;
}
#tweet {
width:182px;
height:108px;
margin-top:40px;
margin-left:14px;
padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#5e5e5e;
    font-size:11px;
}
#tweet_btn {
	float:right;
	background:url('../images/tweet_btn.jpg')  no-repeat;
	border:none;
	cursor: pointer;
    width:82px;
	height:31px;
		position:absolute;
	right:13px;
	bottom:13px;
}
#send_btn {
	float:right;
	background:url('../images/send_btn.jpg')  no-repeat;
	border:none;
	cursor: pointer;
    width:82px;
	height:31px;
			position:absolute;
	right:12px;
	bottom:13px;
}
.send_field {
background-color:#f5f5f5;
border: #b4b4b4 solid 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#b4b4b4;
width:175px;
height:24px;
padding-top:4px;
padding-left:2px;
position:absolute;
	right:14px;
	bottom:50px;
}
.scores {
width:30px;
height:20px;
}
#sendfriend_txt {
width:155px;
height:76px;
position:absolute;
top:45px;
left:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#5e5e5e;
    font-size:10px;
}
#foot_text {
width:400px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
}
/* -------------------------------------
END: Main Structure Tags
------------------------------------- */
