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


body,
html{
	margin:0;
	padding:0;
	color:ffffff;
	background:url(images/background2.jpg) top center no-repeat #fff;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
    width: 800px; 
	height: 580px;
    margin: 0 auto;
	padding:0,50,0,0;
}
body { text-align: center; }
#container { text-align: left; }

h1 {
margin:0;
}

#column1 {
float:left;
width:355px;
height:35px;
padding-left:25px;
padding-right:20px;
background:none;
}
#column2 {
float:right;
padding-left:5px;
padding-right:20px;
padding-top:35px;
background:none;
height:500px}


#logo {
background:none;
}
#logo img{
	border:none;
}
#navigation {
	background:none;
	float:right;
	width:auto;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:dotted;
	border-top:dotted;
	margin-bottom:4px;
	margin-top:4px;
	font-size:17px;
}
#navigation ul {
margin:0;
padding:0;
list-style:none;
}
#navigation li {
display:inline;
margin:0;
padding:0;
}
#navigation a:link {
	text-decoration:none;
	color:#000;
}
#navigation a:visited {
	text-decoration:none;
	color:#000;
}
#navigation a:hover {
	text-decoration:none;
	color:#911A1C;
}

#navigation a.hover {
	text-decoration:none;
	color:#911A1C;
}

#content {
margin-top:35px;
background:none;
}


#content h1{
	font-size:24px;
	color:#000;
	font-weight:lighter;
	
	}

#content h3{
	font-size:16px;
	color:#999;
	display: inline;

    
}
#content h4{
	font-size:14px;
	color:#999;
	display: inline;
	font-weight:lighter;

}

#content a:link {
	text-decoration:none;
	color:#000;
}
#content a:visited {
	text-decoration:none;
	color:#666;
}
#content a:hover {
	text-decoration:none;
	color:#911A1C;
}

#footer {
clear:both;
float:right;
background:none;
padding-top:25px;
padding-left:20px;
}

* html #footer {
height:1px;
}
