/* CSS by Shawn Buckles for Excellent Veranda's */

	html { 
		height : 100%;
		padding : 0 0;
		margin : 0 0;
		overflow-x : hidden;
		overflow-y : auto;
	} 
	
	body { 
		background-image : url('http://www.excellentveranda.nl/images/bg.gif');
		background-repeat : repeat;
		background-position : 50% 0;
		background-color : #CCCCCC;
		height : 100%;
		padding : 0;
		margin : 0 auto;
		text-align : center;
		font-family : arial;
		font-size : 10pt;
	} 
	
	#container { 
		width : 800px;
		min-height : 100%;
		height : auto !important;
		height : 100%;
		position : relative;
		margin : 0 auto;
		text-align : left;
	} 
	
	#header { 
		background-image : url('http://www.excellentveranda.nl/images/bgheader.jpg');
		width : 800px;
		height : 193px;
	} 
	
	#left { 
		background : transparent;
		width : 200px;
		height : 100%;
		position : relative;
		float : left;
		left : 35px;
		z-index : 1000;
	} 

	#right{
		background : transparent;
		width : 572px;
		height : 100%;
		position : relative;
		float : right;
	}

	#title { 
		background-color : #ffffff;
		width : 260px;
		height : 60px;
		float : right;
		padding-right : 270px;
		padding-left : 35px;
		padding-top : 0;
		padding-bottom : 8px;
	} 
	
	#titlecontact { 
		background-color : #ffffff;
		width : 260px;
		height : 60px;
		float : right;
		padding-right : 270px;
		padding-left : 35px;
		padding-top : 0;
		padding-bottom : 6px;
	} 

	#content { 
		background-color : #ffffff;
		width : 460px;
		height : 100%;
		float : right;
		padding-right : 50px;
		padding-left : 35px;
		padding-top : 0;
		padding-bottom : 10px;
		font-family : arial;
		font-size : 10pt;
	} 
	
	#link { 
		background : transparent;
		width : 600px;
		height : 40px;
		position : absolute;
		left : 6%;
		bottom : 0;
		color : #ffffff;
		font-family : arial;
		font-size : 7pt;
		line-height : 40px;
		text-align : left;
	} 
	
	#footer { 
		background : transparent;
		width : 600px;
		height : 40px;
		position : absolute;
		left : 36%;
		bottom : 0;
		line-height : 40px;
		color : #333333;
		font-family : Arial, sans-serif;
		font-size : 8pt;
		text-align : left;
	} 
	
	p { 
		font-family : Arial, sans-serif;
		font-size : 10pt;
		line-height : 140%;
	} 
	
	img.glink { 
		width : 160px;
		height : 45px;
		float : right;
		border : none;
		margin-bottom : -20px;
	} 
	
	a:link { 
		color : #0066cc;
		text-decoration : none;
	} 
	
	a:active { 
		color : #0066cc;
		text-decoration : none;
	} 
	
	a:visited { 
		color : #0066cc;
		text-decoration : none;
	} 
	
	a:hover { 
		color : #0066cc;
		text-decoration : underline;
	}