@charset "utf-8";
/* main.css -- Team Tough Titties */

html {
	background: #ff99cc;
	background-image:url(images/bg.jpg);
	background-repeat:true;
	padding: 0; margin: 0;
	font-family: Georgia, serif;
	font-size: 12px; color: #000;
}

body {
	width: 960px;
	padding: 0; margin: 20px auto 30px auto;
	position: relative;
}

#page {
	position: relative;
	background: #fff;
	margin: 0; padding: 0;
	width: 650px;
}

/***** TITLEBAR *****/
#titlebar {
	background: url('images/header.jpg') top left no-repeat;
	height: 200px;
	position: relative;
	padding: 0; margin: 0;
}
#titlebar h1 {
	padding: 0; margin: 0;
	text-indent: -9999px;
}
#titlebar h1 a {
	display: block;
	padding: 0; margin: 0;
	width: 960px; height: 200px;
}

/***** MAINMENU *****/
#mainmenu {
	padding: 0; margin: 0;
	height: 30px;
	background: #ff99cc;
	position: relative;
	font-family: Georgia, serif;
	font-size: 16px;
}
#mainmenu ul {
	position: absolute; top: 6px; font-family: Georgia, serif;
	list-style-type: none;
	padding: 0; margin: 0;
}
#mainmenu li {
	display: inline;
	margin-left: 58px;
}
#mainmenu ul a {text-decoration: none; color: #03568D; font-weight: bold;}
#mainmenu a:hover {color: white;}
#currentpage {color: white !important;}

/***** MAIN *****/
#main {
	float: left;
	background: #fff;
	border-right: 5px solid #ff99cc;
	border-left: 5px solid #ff99cc;
	padding: 0; margin: 0;
	line-height: 1.5;
}
#main a, #main a:link, #main a:visited {color: #369;}
#main h6, #main h1 {color: #fff;}
#main h5, #main h4, #main h3, #main h2 {color: #369;}

/***** MAIN1 - CONTENT *****/
#main1 {
	width: 650px;
	padding: 25px 50px;
	min-height: 300px;
	float: left;
}
#main img {border: none; padding: 0; margin: 0;}

#main1 h1 {font-size: 20px; color: #f9c; margin-bottom: 0; font-weight: bold; text-align: center;}
#main1 h2 {font-size: 16px; color: #369; margin-bottom: 0; font-weight: bold;}
#main1 h3 {font-size: 10px; color: #f9c; margin-bottom: 0; font-weight: bold;}
#main1 h4 {font-size: 18px; color: #000; margin-bottom: 0; font-weight: bold;}
#main1 h5 {font-size: 18px; color: #fff; margin-bottom: 0; font-weight: bold;}
#main1 h6 {font-size: 24px; color: #369; margin-bottom: 0; font-weight: bold;}

dt {padding: 10px 0 5px 0; font-weight: bold;}

div.placement img {float: left; margin-left: 165px !important; text-align: center;}
div.placement h1, h2, h3, h4, h5, h6 {text-align: center;}

/***** MAIN2 - ACTION *****/
#main2 {
	width: 200px;
	padding: 0; margin: 10px 0 0 0;
	float: left;
	background: #fff;
}
#main2 img {border: none; padding: 0; margin: 0;}

div.action {
	background: url('images/action.jpg') 0 0 no-repeat;
	height: 163px;
	margin: 0 0 10px 0; padding: 0;
	position: relative;
}
div.action h3 a {text-decoration: none; color: #369 !important;}
div.action h3, div.action p {
	position: relative;
	top: 30px;
	text-align: center;
	margin: 0; padding: 0;
}

div.action h3 {font-size: 22px; text-transform: uppercase;}
div.action p {font-size: 10px; color: #369; font-weight: bold;}


/***** FOOTER *****/
#footer {
	background: url('images/footer.jpg') top left no-repeat;
	height: 100px;
	clear: both;
	padding: 0; margin: 0;
	position: relative;
	font-family: arial, sans-serif;
}

#footer p {
	text-align: center;
	padding: 0; margin: 0;
	position: relative; top: 70px;	
	color: #003;
}



/***** CLASSES *****/
.right {float: right;}
.left {float: left;}
.center {text-align: center;}


.noborder {border: none !important;}
.notop {margin-top: 0;}

.nolink {text-decoration: none;}