* { margin: 0; padding: 0; outline: 0 }

body {
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666;
	text-align: center;
	margin: 15px 0;
}

/* links */

 a.creditshyp:link {	
	color: #fff;
	text-decoration: underline;
}
 a.creditshyp:visited {	
	color: #fff;
	text-decoration: none;
}
 a.creditshyp:hover {
	color: #fff;
	text-decoration: none;
}


 a.contentshyp_big:link {	
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
	font: 1.5em Verdana, Tahoma, arial, sans-serif;
}
 a.contentshyp_big:visited {	
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
	font: 1.5em Verdana, Tahoma, arial, sans-serif;
}
 a.contentshyp_big:hover {
	color: #7f1770;
	text-decoration: none;
	margin-left: 30px;
	font: 1.5em Verdana, Tahoma, arial, sans-serif;
	background: url("images/arrow.gif") 0 0 no-repeat;
	background-position: right;
	padding-right: 15px;
}

 a.contentshyp_small:link {	
	font-size: 12px;
	color: #7f1770;
	text-decoration: none;
	margin-left: 0px;
	font: Verdana, Tahoma, arial, sans-serif;
}
 a.contentshyp_small:visited {	
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-left: 0px;
	font: Verdana, Tahoma, arial, sans-serif;
}
 a.contentshyp_small:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-left: 0px;
	font: Verdana, Tahoma, arial, sans-serif;
}

poster {
	text-align: center;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 60%;	
	font-weight: normal;
	color: #fff;
	text-align: left;
	line-height: 12px;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #fff;
}
h3 {
	font-size: 180%;
	color: #fff;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 987px;
	margin: auto;
	top: 5%;
}

#contents-bckgrnd {
	position: absolute;
	top: 188px;
	left: 283px;
	width: 418px;	
	height: 431px;
	background: url(images/contents-bckgrnd.jpg) center top;
	padding: 0;
}

#header {
	width: 987px;
	position: relative;
	height: 188px;
	background: url(images/header-bg.jpg) center top;
	padding: 0;
}
#bottom {
	position: absolute;
	top: 619px;
	left: 0px;
	width: 987px;	
	height: 132px;
	background: url(images/bottom.jpg) center top;
	padding: 0;
}

#header h1#logo-text span {
	color: #9A9696;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 8px;
	right: -5px;
	color: #333;
	font-size: 16px;
	width: 189px;
	text-align: right;
	line-height: 17px;
	padding-right: 25px;
}
#header #header-links a {	
	color: #9f75a1;
	text-decoration: none;
	padding-right: 15px;
}
#header #header-links a:hover {
	color: #fff;
	background: url("images/arrow.gif") 0 0 no-repeat;
	background-position: 10px 10px;
	background-position: right;
	padding-right: 15px;
}

#box1 {
	position: absolute;
	width: 272px;
	height: 417px;
	top: 188px;
	left: 0px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
}
#contents {
	position: absolute;
	width: 360px;
	height: 417px;
	top: 200px;
	left: 310px;
	text-align: justify;
	color: #CCC;
}

#box2 {
	position: absolute;
	width: 272px;
	height: 417px;
	top: 188px;
	left: 701px;
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
}
#bottom-txt1 {
	position: absolute;
	left: 104px;
	top: 670px;
	font-size: 16px;
	width: 842px;
	text-align: right;
}
#credits {
	position: absolute;
	left: 27px;
	top: 705px;
	font-size: 16px;
	width: 842px;
	text-align: right;
}

/* header-photo */


/* Navigation */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

