* {padding:0; margin: 0;}

/*--------------------- general styles -----------------------*/

div#global {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	height: 550px;
	border: 10px solid #333;
	width: 800px;
}

body {
	background-color: #000; 
	font-family: arial, sans-serif;
}

div#content {
	position: relative;
	float: left;
	width: 650px;
	background-color: #fff;
}

div#sac {
	width: 650px;
	background-color: #333;
	margin-top: 10px;
}

#banner { float: left;}


/*-------------------------- link styling -------------------------*/

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

a img {
	border: 1px solid #333;
}

a:hover img {
	border: 1px solid #eee;
}

li#current a {
	text-decoration: underline;
}


/*------------------------ navigation styles -----------------------------*/

div#navigation {
	font-family: arial, sans-serif;
	height: 550px;
	width: 100px;
	background-color: #333;
	color: #fff;
	float: left;
	padding-left: 30px;
	border-left: 1px solid #eee;
}

div#navigation li {
	list-style-type: none;
	padding-top: 20px;
	font-size: .7em;
}

div#navigation img {
	padding-top: 55px;
}

div#navigation li a:hover {
	color: #ccc;
}
	
div#subnav {
	display: inline;
	padding-left: 350px;
	margin-bottom: 20px;
	height: 59px;
}

/*----------------------------- text area styling ----------------------------*/

div#text {
	height: 400px;
	text-align: justify;
	padding-right: 20px;
}

div#text p {
	font-size: 0.75em;
	padding-top: 10px;
}

div#text h1 {
	padding: 20px;
	text-align: right;
	font-weight: lighter; 
	font-size: 0.9em;
}

/*------------------------------ image area styling ---------------------------*/

div#imagearea {
	text-align: right;
	height: 400px;
}
