/* CSS Document */

body {
	text-align: center;
	margin-top: 0px;
	top: 0px;
	margin-left: 10px;
	background-color: #A27E73;
}

div {
	text-align: left;
	padding: 8px;
}

div#container {
	background-position: right top;
	background-repeat: no-repeat;
	border-left: 10px solid;
	border-right: 10px solid;
	display: block;
	margin:0 auto;
	width:770px;
	border-left-color: #DE3810;
	border-right-color: #DE3810;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

div#header {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-image: url(graphics/cool_thing_banner.jpg);
	background-repeat: no-repeat;
	height: 240px;
}

div#head {
	margin-left: 10px;
	width: 250px;
}

div#subhead {
	margin-left: 10px;
	width: 250px;
	background-color: #EAD095;
}

div#header_right {
	width: 340px;
	float: right;
	border: none;
}

div#footer {
	text-align: right;
	clear: both;
	margin-top: 10px;
	border-top:1px solid blue;
	margin-right: 10px;
	margin-left: 10px;
}

div#global_nav {
	border-top: none;
	border-right: none;
	border-left: none;
	margin-left: 10px;
	margin-top: 175px;
}

div#global_nav a {
	text-decoration: none;
	color: #666666;
	font-style:italic;
	font-size: 12px;
	padding: 1px 5px 5px 5px;
}

div#left_center {
	/*width: 370px;*/
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
	
}

span.date { font-size: 14px; }

div#right_center {
	width: 300px;
	float: right;
	padding-left: 8px;
}

div#advertising {
	width: 740px;
	margin-top: 10px;
	clear: both;
	border: none;
	margin-left:10px;
}

p {
	text-indext: 13px;
}

/* ROUNDED CORNERS START */

.roundcont {
	width: 250px;
	background-color: #3300FF;
	color: #fff;
	padding:0px;
	margin:0px 0px 0px 25px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(graphics/rounded_corner_top_right.gif) no-repeat top right;
	padding: 0px;
}

.roundbottom {
	background: url(graphics/rounded_corner_bottom_right.gif) no-repeat top right;
	padding: 0px;
}

img.corner {
   width: 18px;
   height: 18px;
   border: none;
   display: block !important;
}

/* ROUNDED CORNERS STOP */
