@charset "utf-8";
/* CSS Document */

body { 
		padding: 0;
		margin: 0;
		font: 0.7em Tahoma, Arial, sans-serif;
		line-height: 1.6em;
		background-color:#FFFFFF;
}

/* links */
a {
	color: #CC0000;
	background: inherit;
}

a:link {
	text-decoration:none:
	}

a:hover {
	color: #2580a2;
	background: inherit;
	text-decoration:underline;
}

a.grey:link {
	color: #ccc;
	background: inherit;
}

a.grey:hover {
	color: #2580a2;
	background: inherit;
	text-decoration:underline;
}

img.border {
   padding:10px;
}

img.teamborder {
   padding:1px;
   border:1px solid #021a40;
}

img.teamborder_indv {
   padding:10px;
   border:1px solid #021a40;
}

/* headings */
h1 { font: 2.5em "lucidasans", Sans-Serif; margin: 0; letter-spacing: -1px; color:#2580a2}
h2 { font: 2em "lucidasans", Sans-Serif; margin: 0; padding: 0; color:#2580a2 }
h3 { color:#2580a2, "lucidasans" }
h1 a, h2 a { color: #2b2b2b; background: #fff; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #2b2b2b; background: #FFF; }

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#mini_header {
	width:950px;
	float:inherit;
	background-color:#333333;
	word-spacing:30px;
	text-transform:uppercase;
}

#header {
	width:950px;
	float:inherit;
	margin-bottom:85px;
	margin-top:10px;
}

#main_body {
	width:950px;
	background:#FFFFFF;
}

#main_body a:link {
	color:#2580a2;
}

#left_column {
	width:600px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

#left_column_top {
	width:580px;
	margin:10px;
}

#left_column_bottom_left {
	width:280px;
	margin:10px;
	float:left;
}

#left_column_bottom_right {
	width:280px;
	margin:10px;
	float:right;
}

#twitter {
	width:580px;
	margin:10px;
	float:left;
}

#team_page_div {
	width:910px;
	margin-left:20px;
	margin-top:20px;
	float:left;
}

#team_individual_starz {
	width:600px;
	height:520px;
	margin:10px;
}

#team_individual {
	width:600px;
	height:520px;
	margin:10px;
}

#team_contact_info_left {
	width:180px;
	margin:10px;
	float:left;
}

#team_contact_info_middle {
	width:180px;
	margin:10px;
	float:left;
}

#team_contact_info_right {
	width:180px;
	margin:10px;
	float:left;
}

#right_column {
	width:280px;
	margin-left:30px;
	margin-top:20px;
	margin-right:20px;
	float:left;
}

#thirds_container {
	width:950px;
	float:left;
	margin-top:30px;
	position:static;
}

#box1 {
	padding-left: 15px;
	margin-left: 0px;
	display: inline-block;
	padding-bottom: 0;
	padding-top: 0px;
	width: 250px;
	float: left;
	background:url(images/gray-transparent.png);
	color:#FFFFFF;
}
	
#box2 {
	padding-left: 15px;
	margin-left: 77px;
	margin-right:77px;
	display: inline-block;
	padding-bottom: 0;
	padding-top: 0px;
	width: 250px;
	float: left;
	background:url(images/gray-transparent.png);
	color:#FFFFFF;
}

#box3 {
	padding-left: 15px;
	margin-right: 0px;
	display: inline-block;
	padding-bottom: 0;
	padding-top: 0px;
	width: 250px;
	float: left;
	background:url(images/gray-transparent.png);
	color:#FFFFFF;
}
	
#footer {
	width:950px;
	float:inherit
}