@import url("lib/reset.css");
@import url("lib/typography.css");
@import url("lib/forms.css");

body { margin: 0; background-color: black; background-image: url(../i/tphotoback.png); background-repeat: repeat-x;}
h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.25em; }
h2 { font-size: 1.25em; margin-bottom: 0.25em; }
h3 { font-size: 1.20em; line-height: 1; margin-bottom: 0.25em; }
h4 { font-size: 1.10em; line-height: 1.25; margin-bottom: 0.25em; }
h5 { font-size: 1em; margin-bottom: 0.25em; }
h6 { font-size: 1em; }

a { color: white; font-weight: bold; }
p a { font-weight: bold; }

/* Page
-------------------------------------------------------------- */
#page { margin: 0 auto; width: 600px; position: relative; margin-top: 100px; padding: 10px; color: #CCC; padding-bottom: 0;}


/* Header
-------------------------------------------------------------- */
#header { width: 100%; height: 76px; position: absolute; top: 0; left: 0; }
#iheader { width: 600px; margin-left: auto; margin-right: auto; position: relative; }
#logo { margin: 0; padding: 0; margin-left: auto; margin-right: auto; width: 303px; margin-top: 20px;}


/* Body
-------------------------------------------------------------- */
#bdy { position: relative; clear: both; margin: 0; padding: 0; border-left: 2px solid #313131; border-right: 2px solid #313131; background-color: #1b1b1b; padding: 20px; padding-top: 5px;}
#bdy p { text-align: center; font-size: medium; margin-bottom: 0;}
#bdy img { border: 0px; }

#cs { width: 240px; margin-left: auto; margin-right: auto;}
#girl { position: relative; bottom: -33px; left: -19px; }

#top {
	background-image:url(../i/border-top.gif);
	height: 24px;
	width: 100%;
	background-position:top;
	background-repeat:no-repeat;
}

/* Footer
-------------------------------------------------------------- */

#bottom
{
	background-image:url(../i/bottom2.png);
	height: 10px;
	width: 100%;
	background-position:top;
	background-repeat:no-repeat;
}

#copyright
{
	color: #999999;
	font-size: x-small;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.clear
{
clear: both;
}


