/* CSS Document */

html {
	margin:  0 auto;
	padding: 0;
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	}
	
body {
background-color: #FFFFFF;
}

#contentbody {
height: 442px;
width: 100%;
background-color: #000000;
background-image:url(images/bg.jpg);
background-position: right;
background-repeat: no-repeat;
}

#contentprojects {
height: 550px;
width: 100%;
background-color: #000000;
background-image:url(images/bg.jpg);
background-position: right;
background-repeat: no-repeat;
}


#content {
width: 800px;
margin:  0 auto;
padding-top: 20px;
padding-bottom: 20px;
}

#header {
margin:  0 auto;
width: 800px;
background-image:url(images/header.jpg);
background-position: left;
background-repeat: no-repeat;
text-align: right;
color: #000000;
line-height: 14px;
font-size: 10px;
padding-bottom: 20px;
}

#topnav {
width: 100%;
height: 20px;
background-color: #FF0000;
margin-bottom: 3px;
}

#bottomnav {
width: 100%;
height: 20px;
background-color: #FF0000;
margin-top: 3px;
}

#copyright {
margin:  0 auto;
width: 800px;
text-align: right;
color: #666666;
font-size: 10px;
}

#copyright img {
border: 0;
}

#copyright a {
color: #FF0000;
text-decoration: none;
}

#copyright a:hover {
text-decoration: underline;
}

#links {
margin:  0 auto;
width: 800px;
}

#texthome {
text-align: left;
width: 500px;
}

#texthome img {
border: 1px #ffffff solid;
}

#texthome img:hover {
border-color: #FF0000;
border-style: dotted;
}

a {
color: #FF0000;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#topnav a {
font-family: Arial;
font-size: 14px;
letter-spacing: 0.1em;	
font-weight: normal;
color: #ffffff;
}

#contact {
line-height:12px;
}