/* ID styles */

body {
	margin: 0px;
	padding:0px;
	background-color: #F0F0F0;
	font: 0.7em Helvetica, Arial, sans-serif;
	text-align: justify;
        overflow-x: hidden; 
	}

#header {
	width: 640px;
	height: auto;
	}
	
#container{
	position: relative;
	top: -20px;
	left: 16%;
	width: 680px;
	height: auto;
	padding: 0 0 10px;
	border: 2px solid #DFDFDF;
	background-color:#FFF;
		}

#holder {
	width: 640px;
	height: auto;
	padding: 0 0 5px;
	margin-left: 20px;
		}
		
#left_navbar
		{
		position: absolute;
		height: auto;
		width: auto ;
		padding: 0;
		}
		
#top_bar {
	width:680px;
	height:30px;
	background-color: #000040;
	top:inherit;
	}

#top_navbar{
	width: 640px;
	height: 25px;
	background-color: #ccc;
	clear: both;
	}
	
#top_linkbox{
	width: 140px;
	height: 12px;
	background-color: #000040;
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	float: right;
	}
		
.insetbox{
		width: 260px;
		height: 250px;
		border-left: 1px #666666 solid;
		margin-top: 30px;
		float: right;
		}

.breaker {
		width: 640px;
		height:40px;
		background-color:#FFF;
		}

.insetbanner{
		width:470px;
		height: 160px;
		background-color: #ccc;
		border: 1px solid #666;
		float: right;
		margin-bottom: 10px;
		}
				
#form	{
	width: 300px;
	height: auto;
	color: #747474;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	outline-color:#CCC;
	}	
	
#logo{
	width:640px;
	height: 100px;
	border-bottom: 1px;
	border-bottom-style:outset;
	}
#banner{
	width: 640px;
	height: 300px;
	background-color:#666;
	}

div.rotator { position: relative; height: 300px; width: 640px;}
      div.r1 { background: #fff; }
      div.r1 p { margin-top: 20px; text-align: center; }
      div.navigation { position: absolute; top: 5px; right: 5px; }
      div.navigation div.current, div.navigation a { width: 12px; height: 12px; margin: 0 8px 0 0; float: left; overflow: hidden; }
      div.navigation a:hover { text-decoration: none; }
      div.navigation div.current { background: #c00; }
      div.navigation a { display: block; background: #ccc; }  
	  	
.content {
	position: relative;
	width: 350px;
	height: auto;
	color: #747474;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 30px;
	}

.content1 {
	width: 450px;
	height: auto;
	color: #747474;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0px;
	clear: both;
	}

#boxcage{
	position: relative;
	left: 170px;
	width: 470px;
	height: auto;
	}

#contactdrop{
	position: inherit;
	width: 640px;
	height: auto;
	color: #747474;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.5em;
	padding-bottom: 30px;
	}
		
.footer {
	position: relative;
	left:16%;
	color: #999;
	font-size: 11px;
	margin-top: -15px;
	}
