/*  

Coded and Designed by DannyWeb Limited
http://www.dannyweb.net/

This stylesheet and xhtml homepage are available for free download at http://www.dannyweb.net/free

*/


/* Body */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* Layout */
#header {
	height: 60px;
	border-bottom: thin #000000;
	margin-bottom: 5%;
	padding-top: 2px;
}

#container {
	margin: 0 10% 0 10%;
	padding: 0;
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
}

.article {
	padding: 10px;
	text-align: justify;
	background-color: #E1F4F4;
	border: thin #000000 solid;
	margin-bottom: 10px;
}

#left_article {
	width: 46%;
	float: left;
	padding: 10px;
	text-align: justify;
	background-color: #E1F4F4;
	border: thin #000000 solid;
	margin-bottom: 10px;
}

#right_article {
	width: 46%;
	float: right;
	padding: 10px;
	text-align: justify;
	background-color: #E1F4F4;
	border: thin #000000 solid;
	margin-bottom: 10px;
}

/* Top warning */
#warning {
	color: #000;
	line-height: 14px;
	font-weight: 300;
	padding: 5px 10px 5px 37px;
	margin-bottom: 10px;
	border: 1px solid #D5D590;
	background: #FFFFD7 url(../images/info-icon.gif) center left no-repeat;
}

/* Text and fonts */
h1 {
	font-family: "Century Gothic", Verdana, Tahoma, Arial;
	font-size: 28px;
	font-weight: 200;
	margin-bottom: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
}
	

