body{
	margin:0;
	padding:0;
	font-size:11pt;
	font-family:calibri light;
	text-align:justify;
	background:#ffffff url('../pictures/constructors/bg.jpg');
	background-repeat:repeat;
	background-position:center;
	background-attachment: fixed;
	overflow:;
}
.h1{
	font-family:calibri light;
	font-size:16pt;
	text-align:justify;
	font-weight: bold;
	margin:20px;
}
.h2{
	font-family:calibri light;
	font-size:14pt;
	text-align:justify;
	font-weight: bold;
}
.h3{
	font-family:calibri light;
	font-size:13pt;
	text-align:justify;
	font-weight: bold;
}
.under{
	font-family:calibri light;
	font-size:12pt;
	text-align:justify;
	font-weight: underlined;
}
.red
{
	font-size:11pt;
	font-family:calibri light;
	color:red;
	font-weight:bold;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: red;
font-weight:bold;
}
a:active {
color: red;
}
img.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0% 1% 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID  */

.navig{
	width:100%;
	height:fixed;
	top:0;
	text-align:center;
	font-family:calibri light;
	font-weight:regular;
	font-size:14pt;
}
.navig a{
	text-decoration:none;
}
.group{
	position:relative;
}
.banner {
	width:100%;
	height:fixed;
	float:left;
	text-align:center;
}
.banner a{
	padding:10; 
}
.content{
	width:400px;
	margin-top:10;
	height:auto;
	float:left;
	background:white;
}
.content p{
	margin:20;
}
.lrgcontent{
	width:800px;
	margin-top:10;
	height:auto;
	float:left;
	background:white;
}
.lrgcontent p{
	margin:20;
}
.fullcontent{
	width:100%;
	margin-top:10;
	height:auto;
	float:left;
	background:white;
}
.fullcontent p{
	margin:20;
}
.container{
	width:400px;
	float:left;
	margin:10;
}
.centbox{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
/*  GO FULL WIDTH BELOW 800 PIXELS */
@media only screen and (max-width: 800px){
	.col {margin: 1% 1% 1% 1%;}
	.navig, .group, .content, .container, .centbox, .fullcontent{width:100%;}
}