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

body {
	margin:0px;
	background-image:url(../images/long_background.png);
	background-color:#e0e0e0;
	background-repeat:repeat-x;
	}

img {  
	border-style: none;
	}

#ubercontainer {
	width:1024px;
	height:768px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	}

#contentcontainer {
	width:1024px;
	height:668px;
	float:left;
	position:relative;
	background-image:url(../images/mainBACKER.png);
	}

#left {
	width:230px;
	height:668px;
	position:relative;
	float:left;
	}
	
#logo {
	width:214px;
	height:250px;
	position:relative;
	float:left;
	margin-left:16px;
	background-image:url(../images/logoCORNER.png);
	}
	
#navigation {
	width:214px;
	height:223px;
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:4px;
	}

.navelement {
	width:214px;
	height:27px;
	margin-top:10px;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	}

.navelement:hover {
	width:214px;
	height:27px;
	margin-top:10px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}


#right {
	width:774px;
	height:668px;
	position:relative;
	float:left;
	}
		
#title {
	width:650px;
	height:86px;
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:75px;
	background-image:url(../images/title.png);
	}

#contentmain1 {
	width:650px;
	height:520px;
	float:left;
	position:relative;
	margin-left:75px;
	background-image:url(../images/contentMAINbacker.png);
	background-repeat:no-repeat;
	}

#contentmain2 {
	width:610px;
	height:470px;
	margin-top:15px;
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	font-size:12px;
	font-weight:bold;
	overflow:auto;
	overflow-x:hidden;
	}

#contentmain2 a {
	text-decoration:none;
	color:#000033;
	}

#contentmain2 a:hover {
	text-decoration:underline;
	color:#000033;
	}

#contentselect {
	width:578px;
	}

/**content stuff**/
.header1 {
	width:500px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000033;
	font-weight:bold;
	}

.meat1 {
	margin-top:12px;
	}

.unit1 {
	margin-top:25px;
	}

.unit2 {
	margin-top:25px;
	float:left;
	position:relative;
	width:190px;
	}

.header2 {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000066;
	font-weight:bold;
	}

.header3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	font-weight:bold;
	}

.date1 {
	font-size:10px;
	color:#003399;
	}

.date2 {
	font-size:12px;
	color:#000066;
	}

.meat2 {
	margin-top:1px;
	}

.meat3 {
	margin-top:1px;
	}

/**FOOTER**/
#footer {
	width:1024px;
	height:30px;
	color:#000;
	position:relative;
	float:left;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}

#footer a {
	color:#000;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	}

#footer a:hover{
	color:#000;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	}
