/********** BODY */
body {
	background: #fff url(img/background.gif) top center repeat-y;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 12px;
	color: #666;
}

h2 {
	font-style: italic;
	font-size: 14px;
	color: #658DB5;
}

h1 {
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
}


/********** HYPERLINKS */
a, a:visited, a:active  {
	color: #658DB5;
        text-decoration: none;
}
			        
a:hover {
        text-decoration: underline;
	color: #658DB5;
}


/********** CONTAINER */
#container {
	width: 900px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	padding-right: 5px;
	padding-left: 1px;
}


/********** HEADER */
#header {
	margin: auto;
	height: 97px;
	width: 900px;
	text-align: left;
	padding-left: 0px;
	background: #fff url(./img/cre8_logo_20080314.png) bottom left no-repeat;
}

#header h1, h2 {
	text-align: center;
	}

#header h2 {
	margin-top: 0px;
}

#header h1 {
	font-size: 36px;
	padding-right: 220px;
}

#ant_date {
        position: relative;
        margin-left: 223px;
        margin-top: 15px;
        text-align: center;
        float: left;
        font-size: 85%;
        font-weight: bold;
}


/********** NAVBAR */
#navbar {
	background: #FFFFFF url(./img/navbg.jpg) repeat-x;
	position: absolute;
	width: 900px;
	padding: 0px 0px 5px 0px;
	height: 33px;
	margin: 10px auto 10px auto;
	text-align: right;
	color: #658DB5 !important;
	border-top: 1px solid #3488f6;
}

#navbar li {
        display: inline;
	font-size: 13px;
	font-weight: bold;
        list-style-type: none;
        padding: 5px;
	color: #658DB5;
}

#navbar a, #navbar a:active, #navbar a:visited {
	text-decoration: none;
	color: #658DB5;
}

#navbar a:hover {
	color: #658DB5;
	text-decoration: underline;
}


/********** CONTENT */
#content {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: justify;
	background-color: #fff;
	padding-bottom: 1500px;
}

#content p {
	padding-left: 10px;
}


/********** BANNER AD TOP */
#banner_ad_top {
	clear: both;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 35px;
	text-align: center;
}


/********** LEFT SIDEBAR */
#left_sidebar {
	float: left;
        width: 300px;
        margin: 0px auto 0px auto;
        text-align: center;
}

#left_sidebar h2 {
	font-size: 1.6em;
}

#f_theme, #f_profile, #e-junkie_1 {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	border: #666 solid 1px;
}

#f_theme, #f_profile {
	background: #fff url(./img/whitebox_bg.gif) repeat-x center top;
}

#ad_sky {
	margin: 0px;
}


/********** MAIN */
#main {
        float: right;
        width: 600px;
        margin: 0px auto 0px auto;
        text-align: center;
}

#main h2 {
	font-size: 1.6em;
}

#main hr {
        padding: 1px;
	clear: both;
}

#news {
	width:500px;
	margin-left: 50px;
        margin-bottom: 20px;
        border: #666 solid 1px;
	padding: 0px 5px 20px 5px;
	background: #e1eaf2 url(./img/bluebox_bg.gif) repeat-x center top;
}

#news_item {
	width:480px;
        margin: 5px;
        border: #666 solid 1px;
        padding: 5px;
	background-color: #eee;
	text-align: left;
}

#news img {
	margin-right: 15px;
	padding-bottom: 10px;
}


/********** THEME PAGES */
#intro {
	width: 700px;
	float: left;
	margin-left: 50px;
	clear: both;
	font-size: 1.2em;
}

#thumbs table {
	margin: auto;
	float: left;
	clear: both;
}

#thumbs a:hover {
	text-decoration: none;
}

#closing {
	padding-top: 50px;
        clear: both;
	text-align: center;
	font-size: 1.4em;
}


/********** FOOTER */
#footer {
	background: url(./img/footerbg.jpg) repeat-x;
	clear: both;
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: center;	
	font-size: 9px;
	padding-bottom: 40px;
	padding-top: 50px;
}

ul {
	color: #666;
	line-height: 200%;
}

a, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

