body {
	color:#303030;
	font-size:12px;
	font-family:"Verdana";
}

.italic{
	font-style:italic;
}

.bold{
	font-weight:bold;
}

.big{
	font-size:1.1em;	
}

.bigger{
	font-size:1.3em;	
}

.small{
	font-size:.8em;	
}



#main{
	width:848px;
	border:1px solid #303030;
	margin:20px auto 10px auto;
}

#nav{
	float:left;
	width:170px;
}

#nav a{
	display:block;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-y;
	font-size:1.2em;
	color:#303030;
	font-weight:bold;
	text-decoration:none;
	border:none;
	padding:10px 5px 10px 5px;
	margin:5px 0 5px 0;
}

#nav a:hover{
	background-image:url(images/nav_bg_over.jpg);
	background-repeat:repeat-y;
	text-decoration:none;
	color:#FFFFFF;
}

#content{
	float:left;
	width:444px;
	padding:10px 25px 25px 25px;
	text-align:justify;
}

#content_full{
	float:left;
	width:640px;
	padding:10px 5px 25px 25px;
	text-align:justify;
}

#content img{
	border:1px solid #030303;
}

a:link, a:visited{
	color:#017ac3;
	text-decoration:none;
}

a:hover, a:active{
	color:#0e4f98;
	text-decoration:underline;
}


form table{
	margin-left:auto;
	margin-right:auto;
}

#boxes{
	float:left;
	width:176px;	
}

.box{
	border-top:5px solid #6ab1dd;
	border-left:2px solid #6ab1dd;
	border-right:2px solid #6ab1dd;	
	width:162px;
	padding:10px 5px 0 5px;
	margin-top:8px;
}

.products{
	padding:10px 5px 15px 10px;
	margin:0;
}
.products li{
	list-style:none;
	text-align:left;
	padding-top:10px;
	color:#525252;
}

.staff img{
	border:1px solid #333333;
	margin-bottom:5px;
}

.profile{
	float:left;
	padding:3px;
	margin-left:45px;
	text-align:center;
	margin-bottom:15px;
}

.name{
	font-size:1.2em;
	font-weight:bold;
}

.position{
	font-style:italic;
	color:#666;
}


.button{
	font-size:1.3em;
	font-weight:bold;
	color:#017ac3;
	text-align:center;	
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:15px;
	display:block;
	height:50px;
	width:250px;
}

#footer{
	font-size:.9em;
	text-align:center;
	padding-bottom:5px;
	padding-top:10px;
}

#footer hr{
	text-align:center;
	width:80%;
	height:2px;
	color:#303030;
	background-color:#303030;	
	margin-bottom:10px;	
}

#footer a{
	color:#666666;
	text-decoration:underline;
	margin:8px;
}

#footer a:hover{
	color:#222222;
	text-decoration:underline;	
}

.copyright{
	font-size:1.2em;
	font-weight:bold;
}

.designby{
	color:#888888;
	font-size:.9em;
	text-decoration:none;
}



