
/* Basics */

*{margin:0; 
padding:0;}

body {
	background: #eee;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	}

img{ border: none; padding: 0; margin: 0;}
img a{border:none;}
table{border: 0;}
table td{border: none;}

ul{margin:5px 0 5px 20px;}
ol{margin:5px 0 5px 20px;}


/* Links and Headings */


a, a:link {
	color: #111;
	text-decoration: none;
}

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


h1 {font-size: 28pt; color: #111;}
h2 {font-size: 20pt; color: #111; margin-top:10px; letter-spacing: 2px; line-height: 25px;}
h3 {font-size: 14pt; color: #111; margin-top:10px; letter-spacing: 2px; line-height: 25px;}
h4 {font-size: 12pt; color: #111; letter-spacing: 2px;}
p {font-size: 10pt; color: #111; margin-top:10px; letter-spacing: 2px;}




/*  Container  */

#container {
	width: 800px; 
	margin: 50px auto;
	margin-bottom: 20px;
	background: url(pix/bkgd.png) repeat-y 50% 0;
	height: 100%
	overflow: hidden;
	}

/*  HEADER  */

#header {
	height: 200px;
	text-align: center;
	background: #2c3c43;
	}

#header h2{
	position: relative;
	top: 75px;
	color: #ccc;
	}

/*  Main Content  */

#content {
	height: 100%;
	width: 480px;
	padding: 20px 20px 20px 20px;
	background: #465964;
	overflow: hidden;
	text-align: justify;
	}

#left {
	width: 250px;
	height: 100%;
	float: left;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	background: #333;
	}
	
#left p {
	color: #999;
	}
	
#left h4 {
	color: #999;
	}

#left a {
	color: #999;
	}
	
#left a:hover {
	color: #fff;
	}
	
#leftlink {
	width: 250px;
	height: 10%;
	text-align: left;
	color: #999;

	}

#left img {
	padding: 10px;
}

.clear {
	clear: both;
	}
	
#footer p {
	font-size: 10px;
	color: #bbb;
	}
