
/********************************* PAGE *********************************/

body{	background-image: url(images/bg.jpg);
 	background-color: #002456;
 	background-position: center top;
	background-attachment:fixed;	
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Century Gothic, Maiandra GD, Book Antiqua, Garamond; Arial;
	}


div#content{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: justify;
	font-family:  Century Gothic, Maiandra GD, Book Antiqua, Garamond; Arial;
	color: white;
	}

/* This content_shadow is a little bit wider then the content so that the shadow can be displayed */
div#content.content_shadow{
	background-image: url(images/content_shadow.png);
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	}

div#content.bg_faded{
	background-image: url(images/bg_transparent.png);
	background-repeat: repeat;
	width: 960px;
	}

div#content.top_image{
	background-image: url(images/bg_content_top.png);
	background-repeat: no-repeat;
	}

div#content.bottom_image{
	background-image: url(images/bg_content_bottom.png);
	background-repeat: no-repeat;
	z-index:-1;
	margin-top:100px;
	}


.main_text{
	background-image: url(images/bg_stripe.jpg);
	background-repeat: repeat;
	margin-left: 200px;
    	behavior: url(/css/border-radius.htc);
    	border-radius: 20px;
    	}
/*
	background-color: #336666;	
*/

div#content.left_column_suppliers{
	position: absolute;
	float: left;
	margin-left: 20px;
	top: 1000px;
	text-align:left;
	width: 160px;
	height: 1400px;
	}


img.banner_image {
	background: #333333;
	padding: 9px;
	margin-left: 0px;
}

	
img.center {
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
	}
	

img.page_heading {
	position: relative;
	display: block;   
	top: 0px;
	left: 10px;
	}
	
	











/********************************* GENERAL TEXT *********************************/

div#content h1{
	font-size: 32px;
	font-family: Century Gothic, Maiandra GD, Arial, Book Antiqua, Garamond;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	letter-spacing: -1px;
	padding: 9px;
	color: #F5B12E;
	}
/*
	color: #F5B12E;			Gold
	color: #333333;			Grey
*/

div#content h2{
	font-size: 26px;
	font-family: Century Gothic, Maiandra GD, Arial, Book Antiqua, Garamond;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	letter-spacing: -1px;
	padding: 2px;
	color: #003366;
	}
	
div#content h3{
	font-size: 18px;
	font-family: Century Gothic, Maiandra GD, Arial, Book Antiqua, Garamond;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	letter-spacing: -1px;
	padding: 2px;
	color: #003366;
	}
		
p {
	font-family: Arial, Century Gothic, Maiandra GD, Arial, Book Antiqua, Garamond;
	font-size: 22px;
	text-align:justify;
	padding:10px;
	}

p.ad {
	text-align: left;
	}

p.footer {
	color: #333333;
	font-family: Arial, Century Gothic, Maiandra GD, Arial, Book Antiqua, Garamond;
	font-size: 10px;
	text-align: center;
	}

a.bold {
	color: #F5B12E;
	font-weight: bold;
	}


li {
	font-family: Arial, Century Gothic, Maiandra GD, Arial, Book Antiqua, Garamond;
	font-size: 20px;
	text-align: left;
	}
	
	
hr {
	border-bottom-style: solid ;
	border-bottom-color: yellow;
	border-bottom-width: 2px;
}


b.ad {
	color: yellow;
	font-size: 50px;
}

blockquote.main_wrapper {
	margin-top: 0;
}	