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

/*  
Theme Name: Jor Art & Design
Theme URI: http://www.gyzerwebdesign.nl
Description: Theme voor jorartdesign.nl
Version: 1.0
Author: Gyzer Webdesign
Author URI: http://www.gyzerwebdesign.nl/

*/

body{
	margin:					0;
	padding:				0;
	font-family:			Arial, Helvetica, sans-serif;
	background:				#000;
	color:					#fff;
}

	img, div{
		border:				0;
	}

	html, body, #wrapper {
		height: 			100%;
	}

	body > #wrapper {
		height: 			auto; 
		min-height: 		100%;
	}

/* WRAP */

#wrapper{
}

#cleardiv{
	padding-bottom: 	30px;
} 

#footer {
	position: 			relative;
	margin-top: 		-30px;
	height: 			30px;
	clear:				both;
	
	line-height:		30px;
	font-size:			11px;
} 

	#footer .center{
		width:				670px;
		margin: 			0 auto;
	}
	
		#footer .center a{
			color:			#fff;
		}
		
		#footer .center a:hover{
			color:			#fff;
			text-decoration:none;
		}
		
/* COTENT */

#menu{
	width:				670px;
	height:				193px;
	margin:				0 auto;
}

#submenu_wrap{
	width:				100%;
	height:				33px;
	background:			url(images/submenu/submenu_back.png) repeat;
}

	#submenu{
		width:			670px;
		height:			33px;
		margin:			0 auto;
	}

#content{
	width:				670px;
	margin:				20px auto 50px auto;
	font-size:			12px;
}

/* CONTACT */

#content img{
	margin-right:		5px;
	margin-bottom:		10px;
}

input[type=text], textarea{
	border:				1px solid #fff;
	padding:			10px;
	width:				300px;
}

/* STYLING */

h2{
	margin:				4px 0 4px 0;
	color:				#64b758;
}

#content p, #content div{
	margin:				0 0 15px 0;
}

a{
	color:				#fff;
	text-decoration:	underline;
}

	a:hover{
		color:			#fff;
		text-decoration:none;
	}
	
table.shutter td{
	height:				30px;
	vertical-align:		top;
}
