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


/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET; BEGIN STYLE SHEET */

body {
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/layoutstripe.jpg);
	background-repeat: repeat-y;
}

/* DIVS */

#bg {
	background-image: url(images/bgheader2.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
}

#header {
	position: absolute;
	width: 750px;
	height: 130px;
	left: 35px;
}

#header a {
	display: block;
	height: 130px;
	width: 600px;
}

#contentwrap {
	position: absolute;
	height: auto;
	width: 750px;
	left: 35px;
	top: 130px;
	padding-bottom: 20px;
}
#content {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: 575px;
	float: left;
	color: #ccc;
}

#rosterbox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}

#rightmenu {
	float: left;
	height: auto;
	width: auto;
}
#footer {
	height: auto;
	width: 750px;
	position: relative;
	clear: both;
	display: block;
	padding-top: 20px;
}

/* Headings, Paragraphs, Spans */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
}

h3 {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	text-align: justify;
	line-height: 20px;
}

#content p#break {
	text-align: center;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #111;
	line-height: 110%;
}

span.bold {
	font-weight: bold;
}

span.empty {
	display: none;
}

/* Tables */

#rosterbox table {
	border-color: #ccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
	text-align: justify;
	margin: 20px 0 0 17px;
}

#rosterbox table td {
	padding: 10px;
	border-color: #ccc;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

table#infotable {
	margin: 20px;
	border-color: #ccc;
    border-width: 0 0 2px 2px;
    border-style: ridge;

}

table#infotable td {
	border-color: #ccc;
    border-width: 2px 2px 0 0;
    border-style: ridge;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	line-height: 125%;
}


/* Links and Menu */

a {
	color: #909fff;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
}

#rightmenu ul li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 18px;
	color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#rightmenu ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 20px;
	margin-left: 20px;
}
#rightmenu ul li:hover {
	display: block;
	background: #909fff;
}
#rightmenu ul li:hover a {
	color: #000;
}

/* IMGS */

img.floatimage {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

img#dorsal {
	margin-left: 20px;
}

