/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color: #000;
	text-align: center;
	background-image: url(images/bckgnd_rep.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	}
p {
	margin: 0px 0px 10px 0px;
	}
h1 {
	font-size: 30px;
	line-height: 110%;
	color: #F60;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	}
h2 {
	font-size: 15px;
	line-height: 140%;
	margin: 0px 0px 10px 0px;
	}
h3 {
	font-size: 14px;
	line-height: 80%;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	text-indent: 130px;
	}
h4 {
	font-size: 13px;
	line-height: 80%;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	text-indent: 130px;
	}
#container {
	width: 1000px;
	padding: 0px;
	margin: auto;
	position: relative;
	text-align: left;
	overflow: hidden;
	}
#navigation {
	width: 1000px;
	height: 60px;
	background-image: url(images/nav_bckgnd.jpg);
	background-repeat: no-repeat;
	padding-top: 16px;
	}
#logo {
	width: 1000px;
	height: 47px;
	background-image: url(images/creationstation_logo.jpg);
	background-repeat: no-repeat;
	}
#leftimages {
	width: 544px;
	height: 480px;
	float: left;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
#maintext {
	width: 416px;
	height: 460px;
	float: right;
	padding: 20px 15px 0px 25px;
	background-image: url(images/shadow_rep.jpg);
	background-repeat: repeat-x;
	overflow: auto;
	}
#footer {
	width: 1000px;
	height: 34px;
	font-size: 13px;
	color: #CCC;
	text-align: center;
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	}
a:active
{
outline: none;
}