html { height: 100%; }

body {	
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: center;
	font: 11px tahoma, verdana, arial, helvetica, sans-serif;
	background: #fff;
	}

#parent {	
	width:700px;
	display: table;
	background: #fff;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*height: 100%; */
	}
	
#header {
	height: 265px;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	background: url("imgs/header.gif") no-repeat;
	}
	
#menu {
	height: 26px;
	color: #303030;
	text-transform: uppercase;
	font: 11px/17px tahoma, sans-serif;
	background: url("imgs/menu_repeat.gif") repeat-x;
	}
	
#content {
	padding: 40px 15px;
	color: #333;
	}
	
#content p {
	float: left;
	text-align: justify;
	margin: 0px;
	padding: 0px 15px;
	padding-right: 15px;
	width: 320px;
	border-right: 1px solid #ccc;
	}
	
#content img {
	float: left;
	border: none;
	margin: 0px 15px;
	}
	
#content p > img {
	float: none;
	border: none;
	margin: 0px;
	}
	
h1 {
	display: inline;
	color: #630606;
	font: bold 17px tahoma, sans-serif;
	}
	
h2 {
	display: inline;
	color: #000;
	font: bold 11px tahoma, sans-serif;
	}
	
ul {
	padding: 0px;
	margin: 0 auto;
	}
	
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	height: 26px
	}
	
li a, li a:visited {
	display: block;
	height: 24px;
	padding: 0px 10px;
	text-decoration: none;
	line-height: 25px;
	width: 80px;
	color: #303030;
	}
	
li a:hover {
	border-top: 1px solid #d0cfce;
	border-bottom: 1px solid #b1b1b0;
	background: orange;
	color: #630606;
	}
	
#clearfooter {
	height: 30px;
	clear: both;
	}
	
#footer {
	height: 15px;
	width: 700px;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	margin: 0 auto;
	clear: both;
	position: relative;
	}
	
#stats {
	border-collapse: collapse;
	border: 1px solid #ccc;
	background: #fff;
	width: 295px;
	line-height: 12px;
	text-align: left;
	margin-left: 10px;
	font: 11px tahoma, sans-serif;
	}
	
#stats tr {
	border-bottom: 1px dashed #ccc;
	}
	
#stats td {
	padding: 3px;
	}
	
#botimgs { width: 589px; border: 1px solid #ddd; font: 11px tahoma; color #333; text-align: center; margin: 0;}
#botimgs img { margin: 0; padding: 0; display: block; }
#botimgs td { padding: 0 -10px; margin: 0; border: 1px solid #333;}
#botimgstxt { border-bottom: 0; }
#botimgstxt td { padding: 0px; }
	
/*---------------
   REGISTRATION
----------------*/
	
.text {
	font: 11px tahoma, sans-serif;
	color: #333;
	float: left;
	display: block;
	width: 120px;
	height: 14px;
	}
input {
	width: 100px;
	height: 14px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	font: 11px tahoma, sans-serif;
	color: #333;
	margin-bottom: 1px;
	}
select {
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
hr {
	height: 1px;
	background: #333;
	}
	
#left {
	float: left;
	width: 250px;
	}
#right {
	float: left;
	width: 400px;
	background: #fcfcfc;
	margin-left: 5px;
	}
	
#right input {
	width: auto;
	height: auto;
	border: none;
	}
	
.title {
	font: 17px georgia, sans-serif;
	color: #444;
	}
		
/*----------------
  BOTTOM BANNERS
-----------------*/

#bottomlinks {
	margin-left: 42px;
	}

#bottomlinks p {
	text-align: center;
	}
	
a, a:visited, a:link, a:hover {
	text-decoration: none;
	}
	
#bottomlinks img {
	border: 0;
	}
	
#bottomlinks a {
	float: left;
	}

	 
