/* CSS Document 01.03.2010 */ 

body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#333;
		font-size: 12px;
		color: #fff;
				font-family: arial, "Arial Rounded MT Bold", arial, serif;

	}
	
	#wrap {
		width:900px;
		margin:0 auto;
		background-image:url(../images/bg.jpg)

	}
	#header {
    	padding:10px 10px;
		background:#333;
	}
h1 {
	margin:0;
	font-size: 4.3em;
	padding-bottom: 10px;
	font-family: arial, "Arial Rounded MT Bold", arial, serif;
	
}

h2 {
color: #990000;
line-height: 1.0em;
display: inline;
}

h4 {
color: #ffffff;
display: inline;
line-height: 1.2em;
}
	
	#nav {
		padding:5px 10px;
		background-image:url(../images/bg.jpg);
		border-bottom: 1px solid #FF0000;
		font-size: 1.2em;
		font-weight: bold;
	}
	
#nav .topleft {
float:left;
height: auto;
padding-top: 5px;
color: #fff;
}	

#nav .topright {
clear: right;
float:right;
color: #900;
padding-top: 5px;
}	



#nav .topright .black {
color: #000;
}


#nav p a:link, a:visited, a:hover {
color: #fff;
text-decoration: none;
}

	#main {
		float:left;
		width:360px;
		padding:10px;
		background-image: url(../images/bgleft.jpg);
		font-size: 1.5em;


	}
h3 {
		margin:10px 0 0 8px;
		color: #000;
	}
	
#main p {
color: #fff;
font-size: 0.7em;
line-height: 1.3em;

}	
	#sidebar {
		float:right;
		width:490px;
		margin-top: 20px;
		padding:10px;
		background-image: url(../images/bgright.jpg);
}

#sidebar .boxhome {
		height: 510px;
		overflow-x: hidden;
		padding-right: 20px;
}
	
#sidebar .boxhome p {
padding: 0 10px 12px 10px;
font-size: 1.2em;
color: #333;
line-height: 1.8em;
}

#sidebar .boxhome p a:link, a:visited, a:hover {
color: #900;
text-decoration: none;
}

#sidebar .textbox1 {
		height: 560px;
		overflow: scroll;
		overflow-x: hidden;
}
		
#sidebar .textbox1 p {
padding: 0 30px 12px 10px;
font-size: 1.2em;
color: #333;
text-align: justify;
line-height: 1.2em;
}

#sidebar .textbox1 p a:link, a:visited, a:hover {
color: #900;
text-decoration: none;
}

#sidebar .textbox2 {
		height: 480px;
		overflow: scroll;
		overflow-x: hidden;
}
		
#sidebar .textbox2 p {
padding: 0 30px 12px 10px;
font-size: 1.2em;
color: #333;
text-align: justify;
line-height: 1.2em;
}

#sidebar .textbox2 p a:link, a:visited, a:hover {
color: #900;
text-decoration: none;
}

.textbox2 li a:link, a:visited, a:hover {
color: #900;
text-decoration: none;
}



#sidebar .map a:link, a:visited, a:hover {
color: #900;
text-decoration: none;
}

#sidebar td {
font-size: 1.0em;
color: #333;
text-align: left;
}

#sidebar td a:link, a:visited, a:hover {

color: #900;

text-decoration:none;
}

	#footer {
		clear:both;
		padding-top: 5px;
		padding-bottom: 10px;
		background-image:url(../images/bg.jpg);
		border-top: 1px solid red;
		color: #666;
		font-size: 1.1em;	
		font-weight: bold;
		text-align:center;	
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
	
#webdesign {
margin:0 auto;
width: 870px;
		clear:both;
		padding: 5px 30px 10px 0;
		color: #666;
		font-size: 1.1em;	
		font-weight: bold;
		text-align:right;
}	
	#webdesign p {
		margin:0;
    }
	
	#webdesign p a:link, a:visited, a:hover {
color: #900;
text-decoration: none;
}
