@font-face {
    font-family: 'AaarghNormal';
    src: url('../fonts/aaargh-webfont.eot');
    src: url('../fonts/aaargh-webfontd41dd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aaargh-webfont.woff') format('woff'),
         url('../fonts/aaargh-webfont.ttf') format('truetype'),
         url('../fonts/aaargh-webfont.svg#AaarghNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
    font-family: Verdana;
	overflow-x: hidden;
}

.roundCorners
{
	-moz-border-radius: 5px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.cleaner
{
	clear: both;
}

.nivoSlider 
{
    position:relative;
    width:700px;
    height:200px; /* Change this to your images height */
	float: right;	    
}
.nivoSlider img 
{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.nivoSlider a 
{
    border:0;
    display:block;
}

a
{
    color: #3F3F3F;
	text-decoration: none;
}

a:hover
{
	color: #6f8b36;
}

body
{
	background-color: #d5d5d5;
}

#header
{
	width: 960px;
	height: 200px;
	margin: 0 auto;
	background-color: white;
	position: relative;
}

	#header #logo
	{
		position: absolute;
		margin-top: 30px;
		margin-left: 20px;
		z-index: 22;
	}
	
	#header #line
	{
		position: absolute;
		top: -13px;
		left: 4px;
		width: 1020px;
		height: 208px;
		z-index: 10;
		background: url("../img/line.png") no-repeat left top;
	}

	#header .menuBtn
	{
		position: absolute;
		width: 146px;
		height: 44px;
		line-height: 44px;
		color: white;
		text-decoration: none;
		font-family: Verdana;
		background: url("../img/top_btn.png") no-repeat 0px -44px;
		padding-left: 5px;
		text-align: center;
		z-index: 2600;
	}
	
		.menuBtn div
		{
			margin-top: 16px;
		}
	
	#header .menuBtn:hover, #header .menuBtn.selected
	{
		background-position: 0px 0px;
	} 
	
	#header #homeBtn
	{
		top: 117px;
		right: 522px;
	}

	#header #artBtn
	{
		top: 140px;
		right: 300px;
	}

	#header #projBtn
	{
		top: 167px;
		right: 100px;
	}

#mainWrap
{
	width: 960px;
	background-color: white;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}

	#mainWrap #leftColumn
	{
		float: left;
		margin-top: 10px;
		margin-left: 10px;
		width: 167px;
		font-family: "AaarghNormal";
	}
	
		#leftColumn>a
		{
			display: block;
			width: 167px;
			height: 26px;
			background: url("../img/left_btn.png") no-repeat left top;
			text-decoration: none;
			text-align: center;
			color: #5e5e5e;
			line-height: 29px;
			font-size: 14px;
			margin-bottom: 4px;
		}
		
		#leftColumn>a:hover, #leftColumn>a.selected 
		{
			background-position: 0px -26px;
			color: white; 
		}
		
		#leftColumn>a.special
		{
			margin-top: 22px;
		}
		
		#leftColumn>a#flag
		{
			background:none;
		}
		
	#mainWrap #content
	{
		float: left;
		padding: 10px;
		width: 757px;
		padding-left: 15px;
	}
	
		#content h1
		{
			font-size: 22px;
		}
        
        #content h2
		{
            font-family: "Verdana";
            font-weight: normal;
		}
		
		#content p
		{
			font-size: 14px;
		}

#footer
{
	padding-top: 40px;
	text-align: center;
	font-size: 12px;
	color: silver;
	clear: both;
}
