@charset "UTF-8";
/* CSS Document */
body	{
		background-color:#060; 
		background-image:url(img/BG1.jpg);
		background-position:top;
		background-repeat:repeat;
		background-attachment:fixed;
		}

.header1	{
	width:700px;
	height:180px;
	background-image:url(img/logo1.png);
	display:block;
	background-position:center;
}

.wrapper	{
	width:1000px;
}

.navBox2	{
	background:url(img/navlist_bg_70.png);		
	background:rgba(153,51,0,.7);
	width:200px;
	height:390px;
	float:left;
	behavior: url(border-radius.htc);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
    border-radius: 20px;
}

.navBox		{
	background-color:#990000;
	width:200px;
	height:370px;
	float:left;
	opacity:0.8;
	filter:alpha(opacity=80);
	behavior: url(border-radius.htc);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
    border-radius: 20px;
	}

.content	{
	background:url(img/content_bg_80.png);
	background:rgba(204,204,204,.8);
	width: 720px;
	height:500px;
	float:left;
	margin-left:30px;
	behavior: url(border-radius.htc);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	padding:15px;
	overflow:auto;
	font-size: 18px;	
}

.navlist	{
	list-style-type:none;
	font-size:18px;
	color:#FFF;
	line-height:200%;
}
.navlist a:link		{
	font-size:18px;
	color:#FFF;
	line-height:200%;
	text-decoration:none;
}
.navlist a:hover		{
	color:#FFF;
	background-color:#F00;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 20px;
    border-radius: 20px;
	text-decoration:none;

}
.navlist a:visited	{
	font-size:18px;
	color:#FFF;
	line-height:200%;
	text-decoration:none;

}
.footer	{
	color:#000;
	clear:both;
}
#nohigh	{
	text-decoration:none;
}
#nohigh	a:link	{
	text-decoration:none;
	
}
img	{
	border:0px;
}
h3	{
	font-size:65px;
	font-family:"Comic Sans MS", cursive;
	color:#666;
}
h4	{
	font-size:35px;
	font-family:"Comic Sans MS", cursive;
	color:#000;
	position:relative;
	bottom:5px;
}
#before1	{
	background-image:url(img/before1.jpg);
	width:500px;
	height:375px;
	display:block;
	float:left;
	margin:15px;
}
#contactingspace	{
	line-height:150%;
}
