/* CSS Document */

body{
font-family:Helvetica, Arial, sans-serif;
margin:0px;
padding:0px;
}
#head{
	margin-top:40px;
	text-align:center;
}

#menu{
	position:fixed;
	top:0px;
	margin:0px;
	padding:0px;
	text-align:center;
	width:100%;
	height:40px;
	background:#663333;
	}
a{
text-decoration:none;
font-weight:bold;
	color:#663333;
}
a:hover{
color:#000;
color:rgb(51,102,102);
}
#menu a{
	display: inline-block;
    margin: 0px;
    padding: 0px 26px 0px 26px;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: #663333;
    font-weight: bold;
    text-decoration: none;
}
#menu a:hover{
	background:#FFF;
	color:#663333;
}

#maincontent{
width:800px;
margin-left:auto;
margin-right:auto;
}
#paypalblock, #conform{
width:300px;
margin-left:auto;
margin-right:auto;
}

div.value{
display:inline-block;
text-align:center;
vertical-align:top;
margin:20px;
width:200px;
}
div.valhead{
	font-size:16px;
	font-weight:bold;
	color:#663333;
	margin-bottom:8px;
}
div.valbody{
	color:#000;
	font-size:12px;
}

h1.midtit{
text-align:center;
color:rgb(51,102,102);
font-variant:small-caps;
font-size:200%;
	clear:both; 
}

div.projectvert{
	width:200px;
	height:600px;
	display:inline-block;
	vertical-align:top;
	margin:2px;

}
div.projecthor{
width:480px;
height:200px;
margin-left:auto;
margin-right:auto;
	margin-bottom:4px;
display:block;

}
div.colhold{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
div.lc,div.rc{
	width:400px;
	float:left;
}
div.rc{float:right;}
#footer{
	display:block;
	background:#fff;
	width:100%;
height:1.2em;
font-size:1em;
text-align:center;
bottom:0px;
	padding:6px;
position:fixed;
}

#msg{
	min-width:240px;
	min-height:200px;
}
@media screen and (max-width: 850px) {
	#head{
		margin-top:160px;
	}
	
	#menu{
	height:160px;
	}
	#menu a{
    padding: 0px 26px 0px 26px;
    font-size: 60px;
    height: 80px;
    line-height: 80px;
}
div.lc,div.rc{
	font-size:36px;
	dipslay:block;
	width:90%;
	margin:10%;
	float:none;
	clear:both;
}
	
	div.value{
display:block;
margin:10px auto 10px auto;
width:80%;
}
div.valhead{
	font-size:36px;
	margin-bottom:8px;
}
div.valbody{
	font-size:32px;
}
	
	
}