@charset "UTF-8";
/* CSS Document */

/*
   KNGRAPHIX
*/



body {

	padding: 0px;
	line-height: 1.5em;
	max-width: 1024px;
	min-width: 250px;
	min-height: 1200px;
	font-family: Times New Roman, serif;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #AAA;
	background: -webkit-linear-gradient(bottom,#94c33f,#118abc);
	background: -moz-linear-gradient(bottom,#94c33f,#118abc);
	background: -ms-linear-gradient(bottom,#94c33f,#118abc);
	background: -o-linear-gradient(bottom,#94c33f,#118abc);
}
body .page{
	background-image: url(../images/tiles.jpg);
	}

body p{
	font-family: Times New Roman, serif;
	font-size: 11pt;
	}
	
body h1{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #9f0303;
	}
body h2{
	font-family: arial, sans-serif;
	font-size: 14pt;
	color: #8b0101;
	}	
body h3{
	font-family: arial, sans-serif;
	font-size: 12pt;
	line-height: 2em;
	color: #118abc;
	}	
	

#header{
	width:100%;
	min-height:80px;
	background: #9CF;
	}
	
#head_wrap {
width: 890px;
margin: 0 auto;
background-color: #CCC;
padding: 6px;
text-align: center;
font-family: verdana, Geneva, sans-serif;
height: 150px;
}

#main {
width: 97.5%;
float: left;
background-color: white;
padding: 10px 12px;
height: 540px;
}

#section {
width: 65%;
float: left;
background-color: white;
padding: 10px 12px;
height: 540px;
}
#section2 {
width: 60%;
float: left;
background-color: white;
padding: 25px 5px;
height: 150px;
}
#aside {
width: 32%;
float: left;
background-color: white;
padding: 10px 2px;
height: 540px;
}

#aside2{
width: 37%;
float: right;
text-align: right;
background-color: white;
padding: 15px 2px;
height: 50px;
}

#section #photo {
	display: block;
	height: 570px;
	float: left;
    margin: 20px 0px 0px 0px;
	overflow: auto;
}
/* Form */

.container   { width:560px; background-color:#FFF; overflow:hidden; padding:1px;}
form         { color:#111; width:560px; margin:0 auto; background-color:#EEE; padding:5px 30px;}
label, input{ float:left; }
label        { clear:left; display:block; margin-top:3px; width:260px; }

#footer{
	clear: both;
	width:100%;
	height:auto;
	}

#footer_wrap {
	background-color: white;
	width: 1008px;
	margin: 0 auto;
	height: auto;
	color: #black;
	padding: 6px;
	text-align: center;
}

#footer_wrap p{
		font-family: verdana, Geneva, sans-serif;
		font-size: 11pt;
}

#footer_wrap ul{
	float: right;
	}
#footer_wrap ul li{
	color: #fff; 
	text-decoration: none;
}
#footer_wrap {float: left;}
#footer_wrap a { color: #fff; text-decoration: none; padding: 0px; line-height: 12px; }
