html {
     overflow: -moz-scrollbars-vertical;
	 }
	 
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #4e4e4e;
	}

a { text-decoration: none; color: #f56413; font-size: 12px; }
h1 { font-size: 22px; color: #666666; margin-bottom: 10px; }
h2 { font-size: 16px; color: #666666; margin-bottom: 5px; }
h4 { font-size: 26px; color: #666666; margin-bottom: 12px; }
ul { list-style: disc inside none; }
li { margin-bottom: 4px }

.wrapper {
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 930px;
	}

/*---------------TOP----------------*/
	
#top1 {
	height: 100px;
	background: #000;
	overflow: hidden;
	}

#logo {
	float: left;
	width: 260px;
	height: 77px;
	padding-top: 23px;
	}

	/*---------------MAIN MENU----------------*/
	
	.menu {
		float: right;
		padding-top: 60px;
		list-style: none outside none;
		}
	
	.menu li {
		float: left;
		}
	
	.menu li a {
		float: left;
		text-decoration:none;
		display: block;
		height: 27px;
		min-width: 50px;
		padding-top: 13px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		color: #aeaeae;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 10.4px;
		font-style: normal;
		font-weight: normal;
		letter-spacing: normal;
		line-height: 1.5em;
		}
	
	.menu li a:hover{
		background: #f56413;
		color: #FFFFFF;
		}
	
	.menu li.current a {
		background: #f56413;
		color: #FFFFFF;
		}

/*---------------CONTENT AREA----------------*/

#content {
	background: #fff url(../images/bg_1.jpg) repeat-x top;
	padding-top: 40px;
	}

#clear {
	clear: both;
	}


	/*---------------COLUMNS, PAGE SETTINGS----------------*/	
	
	
	#left_column, #right_column {
		float: left;
		width: 280px;
		margin-bottom: 20px;
		}
	
	#mid_column {
		float: left;
		width: 280px;
		margin-bottom: 20px;
		margin-left: 45px;
		margin-right: 45px;
		}
	
	.homep{height: 170px; overflow: hidden;}
	.homea{font-size: 11px;}
	
	#left {
		float: left;
		width: 580px;
		margin-bottom: 20px;
		margin-right: 40px;
		}
	
	#right {
		float: left;
		width: 290px;
		margin-bottom: 20px;
		margin-left: 20px;
		}
	
	.paragraph {
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 30px;
		padding-bottom: 10px;
		}
	
	/*---------------SIDEMENU----------------*/
	
	.sidemenu li {
		border-bottom: 1px solid #e9e9e9;
		height: 22px;
		padding-top: 8px;
		padding-left: 8px;
		}
	
	.sidemenu li a {
		text-decoration:none;
		color: #f56413;
		font-size: 11px;
		}
	
	.sidemenu li a:hover{
		padding-left: 5px;
		}
	
	.footer
	{
		margin: 0px auto;
		width: 930px;
	}
	
	.footer p
	{
		text-align: center;
		font-size: 10px;
	}


