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

#header ul,
#nav ul,
#footer ul,
#content h1{
    margin-top: 0;
    margin-bottom: 0;
}
a:link {color: #333;}    /* unvisited link */
a:visited {color: #333;} /* visited link */
a:hover {color: #09C;}   /* mouse over link */
a:active {color:#0CF;}  /* selected link */
body{
	background-image:url(/images/.jpg);
background-repeat:repeat;
    margin: 0;
    padding: 0;
	font: 12px Century Gothic, Veranda, Helvetica, Arial, sans-serif;
	margin: 0;
    padding: 0;
	width: 100%;
	height: 100%;
	border-color: #CCC
}

#header{
    height: 1.5in;
    background-color: #FFF;
    background-image: url(/images/banner1.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
ul{list-style-type: none;}
#header #tools{
 position: absolute;
 top: 0;
 right: 0;
 width: auto;
}

#header #tools ul,
#nav{
    height: 0.25in;
	position: relative;
  
}

#nav{
    height: 0.25in;
	 width: 100%;
	line-height: 22px;
	position: relative;
	background-color: #393939;
  
}
#nav ul{
	font: 10px Century Gothic, Veranda, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-decoration:none;

}
#nav ul li{
	display:inline;
	padding: 0;
	margin: 0;
	padding-right: 45px;
	padding-left: 10px;
	padding-top: 5px;
	list-style: none;
	overflow:hidden;
	float: left;
	text-decoration:none;
}

#nav a:visited {
  color : #FFF;}
#nav a:link {
  color : #FFF;}
#nav a:hover {
  color : #09C;}


#wrapper{
 width: 800px;
 height: 800px;
 margin-left: auto;
 margin-right: auto;
}

#centerbox{
    position: relative;
    overflow: auto;
    background-color: #FFF;
    min-width: 640px;
    max-width: 800px;
	min-height: 500px;
	border-right: 3px solid #778;
	border-left: 3px solid #778;
	border-bottom: 3px solid #778;

}


#content{
    width: 100%;
    background-color: #FFF;
    float: left;
}
#aside{
	font: 10px Century Gothic, Veranda, Helvetica, Arial, sans-serif;
	position:relative;
    width: 99.3%;
    float: left;
	background-color:#009
	height: 2 in;
	padding-top: 10px;
	border-right: 3px solid #778;
	border-left: 3px solid #778;
	border-bottom: 3px solid #778;

}



#header div,
#content div,
#subnav div,
#aside div,
#footer div{
    padding-left: 1.2em;
    /*padding-right: .5em;*/
}
#footer{
	padding-top: 1em;
	position: relative;
    height: .25in;
    background-color:#333;
}
