*
{
	-moz-outline-width: 0px;
	outline-width: 0px;
	
	margin:0;
	padding:0;
	color:white;
}

form input, form textarea
{
		color:black;
}

html
{
	overflow-y: auto;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}


#container
{
	border:0px solid yellow;
	height:600px;
	width:800px;
	margin:0 auto;
}

#header
{
	border:0px solid red;
	text-align:right;
	color:#c5c5c5;
	background:black;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*
.header_item
{
	color:#c5c5c5;
}
*/

.footer_item
{
	color:#555555;
}

a:link, a:visited, a:active
{
	text-decoration:none;
}



.header_item a:link, .header_item a:visited, .header_item a:active, .header_item
{
	text-decoration:none;
	color:#c5c5c5;
	font-weight:bold;
}


 .footer_item a:link, .footer_item a:visited, .footer_item a:active
{
	text-decoration:none;
	color:#555555;
}

.header_item a:hover, .footer_item a:hover, a:hover
{
	color:#00d8ff;
	text-decoration:none;
}

#content_container
{
	text-align:left;
	background-image: url('images/content_background.gif');
	background-repeat: repeat-x;
	background-color:#1b1b1b;
	border-bottom: 1px solid #00d8ff;

	position:relative;
	overflow:hidden;
}

#content
{
	padding:0px 20px 0px 15px;
	min-height:311px;
	/*max-height:311px;*/

}


#footer
{
	padding:0px 10px;
	padding-top:2px;
	border:0px solid yellow;
	height:20px;
	font-weight:bold;
	color:#555555;
	background-color:black;
}

#footer span
{
	color:#555555;
}

.border_right
{
	border-right:1px solid #6bc4d6;
	padding-right:15px;
	margin-right:10px;
}

.thumb
{
	margin:5px 5px 0px 15px;
	border:1px solid #3e3e3e;
}




.thumb-right
{
	display:block;
	clear:right;
	margin:20px;
	border:1px solid #3e3e3e;
}




a:hover .thumb, a:hover .thumb-right
{
		border:1px solid #00d8ff;
}


body
{
	background-image: url(images/background.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size:76%;
	font-family: Arial, Verdana, sans-serif;
	background-attachment: fixed;	/* line-height:1.3; */
}




p
{
	margin:5px 0px 10px 0px;
	padding:0px;
}



h1,.componentheading
{
	font-size:1.8em;
	background-image: url('images/h1_underline.gif');
	background-repeat: no-repeat;
	background-position:bottom left;
	padding:15px 0px 6px 0px;
	
	
}

h2
{
	font-size:1.6em;
}

h3
{
	font-size:1.3em;
}

h4
{
	font-size:1.2em;
}

h5
{
	font-size:1.1em;
}

h6
{
	font-size:1em;
	font-weight:700;
}
#container #content_container #content p {
	font-size: 76px;
}
#container #content_container #content p {
	font-size: 14px;
}
#container #content_container #content p {
	font-size: 16px;
}
