/* CSS Document */

#body{
	/* padding :0;
	margin :0;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x; */
	
	margin:20px;
    text-align: center;
    padding:0;
	background-image: url('/images/back.jpg');
	background-repeat: repeat-x;
	
}


#outer {
 margin: 0 auto;
 width:750px;
 }
 
 #header{
	height:110px;
	background:#ff0000; 
}

#topnav{
	height:25px;
    background:#ffffff;
    color: #333333;
    border:solid #000000;	
    border-width: 0 0 2px 0;
}

#bodyblock {
 position:relative;
 background:#ffffff;
 color: #333333;
 width: 750px;
 padding:0;
 }

#navigation{
	float: left;
    background:#ffffff;
    color: #333333;
    width:145px;
	height: 500px; 
	
}

#navigation a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color : #00f;
	font-size: 80%;
}

#content{
	float: right;
	padding: 0 0 0 20px;
	width:585px;
    background:#ffffff;
    color: #333333;
    border:solid #000000;	
    border-width:0 0 0 0;
    text-align:left;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	align: center;
	color: #339999;
	background-color : transparent;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
	background-color : transparent;
}

#content h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
}

#logo{
	float: right;
	padding: 0 0 0 0px;
	
    background:#ffffff;
    
    border:solid #000000;	
    border-width:0 0 0 0;
    
	/* top : 640px;
	left : 20px; 
	position: relative;
	margin:0;
	float: left;
    background:#ffffff;
    color: #333333;
    width:145px;
	height: 200px;
	z-index : 50;
	border : solid;
	border-size : 1px;
	border-color : #cccccc; */
}


#ftr {
	height:25px;
 	background:#ffffff;
 	color: #333333;
    font-size: 60%;	
 	border-width:0 0 0 0;
 	margin:0;
 }
