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

body 
	{
    background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    }

#container
	{
	background-color: #fff;
	margin-right:auto;
	margin-left:auto;
	margin-top: 50px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	width: 750px;
	}
	
#header 
	{
    background-color: #000;
	width: 750px;
	height: 200px;
	padding: 0px;
	margin-bottom: 25px;
	}
	
#navigation
	{
	background-color: #990000;
	width: 750px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 25px;
	text-align: center;
	}
	
.navlink 
	{
	margin-right: 0px;
	margin-left: 0px;
	}

.navlink A:link {text-decoration: none; padding: 5px 25px; color: #fff; font-weight: bold; width: 75px;}
.navlink A:visited {text-decoration: none; padding: 5px 25px; color: #fff; font-weight: bold; width: 75px;}
.navlink A:active {text-decoration: none; padding: 5px 25px; color: #fff; font-weight: bold; width: 75px;}
.navlink A:hover {text-decoration: none; color: #000; font-weight: bold; background-color: #fff; padding: 5px 25px;}

.heading
	{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
	}

#content
	{
	background-color: #000;
	width: 740px;
	height: 100%;
	padding: 5px;
	float: left;
	display: inline;
	margin-left: 0px;
	margin-bottom: 25px;
	text-align: justify;
	}
	
#content a:link {text-decoration: none; padding: 0px; color: #900; font-weight: bold; width: auto;}
#content a:visited {text-decoration: none; color: #900; font-weight: bold;}
#content a:active {text-decoration: none; color: #900; font-weight: bold;}
#content a:hover {text-decoration: none; color: #fff; font-weight: bold;}

#footer
	{
	background-color: #990000;
	text-align: center;
	color: #fff;
	width: 740px;
	padding: 5px;
	float: left;
	display: inline;
	}

#footer a:link {text-decoration: none; padding: 0px; color: #fff; font-weight: bold; width: auto;}
#footer a:visited {text-decoration: none; color: #fff; font-weight: bold;}
#footer a:active {text-decoration: none; color: #fff; font-weight: bold;}
#footer a:hover {text-decoration: none; color: #000; font-weight: bold;}

#blank
	{
	font-size: 25px;
	}
	
.formcent
	{
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	text-align: center;
	margin-bottom: 5px;
	}	

#contactform
	{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	}

.bold
	{
	font-weight: bold;
	}
	
.form 
	{
    background-color: #FFF;
    border: #fff 2px solid;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding: 2px;
	width: 400px;
	margin-bottom: 5px;
    }
	
.formcent IMG
	{
	margin-bottom: 5px;
	}
	
#catchpa
	{
	width: 192px;
	}

.button
	{
    background-color: #FFF;
    border: #fff 2px solid;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding: 2px;
	width: 50px;
	margin-bottom: 5px;
    }

.curlink 
	{
	margin-right: 0px;
	margin-left: 0px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	padding: 5px 25px;
	}
	
.thumbnail IMG
	{
	width: 160px;
	height: 120px;
	border-color: #900;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.whitetitle
	{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	}
	
.column
	{
	display:inline-block;
	width: 365px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 5px;
	}