/* 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;
	font-size: 13px;
	color: #666;
	text-align: center;
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	}
a:active
{
outline: none;
}

#baseContainer {
	width: 1000px;
	font-size: 13px;
	color: #666;
	text-align: center;
	float: left;
	padding: 30px 0px 0px 0px;
	margin-top: 10px;
	}
#basePanel1 {
	width: 280px;
	height: 210px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: left;
	float: left;
	color: #666;
	line-height: 120%;
	}
#basePanel1 a {
	color: #666;
	text-decoration: none;
	}
#basePanel2 {
	width: 350px;
	height: 240px;
	padding: 0px 20px 0px 0px;
	margin: 0px 10px 0px 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	float: left;
	color: #CCC;
	line-height: 120%;
	font-size: 16px;
	}
#basePanel2 h1 {
	color: #F8660F;
	font-size: 21px;
	font-weight: normal;
	}
#basePanel2 h2 {
	color: #CCC;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
#basePanel2 ol {
	color: #F8660F;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 5px 25px;
	padding: 0px;
	}
#basePanel2 li {
	margin: 0px 0px 0px 0px;
	}
#twitterPanel {
	width: 260px;
	height: 240px;
	padding: 0px 10px 0px 0px;
	margin: 0px 20px 0px 20px;
	text-align: center;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	display:inline;
	}
#twitterPanel h3 {
	font-size: 14px;
	line-height: 80%;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	text-indent: 0px;
	}
#twitterPanel h4 {
	font-size: 13px;
	line-height: 80%;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	text-indent: 0px;
	}
input {
	border: 1px solid #999;
}

