/* CSS Document */

body {
	margin:auto;
	background:#CCCCCC;
	text-align: center;
}

div#wrapper {
	width:800px;
	height:auto;
	margin: auto;
}

div#banner { width:900px; height:200px; background:url(../images/banner.jpg) top left no-repeat; position:relative; }

	div#nav {
	width:632px;
	position:absolute;
	bottom:19px;
	left:0px;
	height: 25px;
}
	
	div#nav li { display:inline; color:#990066; font-family:Tahoma, "Trebuchet MS", Verdana; font-size:0.9em; font-weight:bold; }
	
	div#nav a { color:#666666; font-family:"Trebuchet MS", Tahoma, Verdana;  font-weight:normal; text-decoration:none; } 
	div#nav a:hover { color:#ffffff; background:#990066; }
	div#nav ul { margin-left:-100px; padding-left:0px; margin-top:0px; }

div#tag_banner { width:900px; height:50px; margin-bottom:0px; }

div#content {
	width:900px;
	height:auto;
	background:#FFFFFF;
	padding:0px;
	margin-top:-15px;
	text-align:left;
}

div#left_col {
	width:200px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-top:10px;
	text-align:left;
	padding-left:15px;
}

div#right_col {
	width:550px;
	height:auto;
	float:left;
	background:url(../images/right_col_background.gif) repeat-x top left;
	border:1px solid #333333;
}

	.box {
	background:#FFFFFF;
	margin:10px;
	width:525px;
	height:auto;
	padding:3px;
	border:1px solid #999999;
}
	.box_image_lr {
	margin:auto;
	width:auto;
	height:126px;
	text-align:center;
}
	.box_text {
	float:left;
	width:525px;
}
	.box_image { float:left; margin-right:3px; }
	.clear { clear:both; }
	.bold { font-weight:bold; }
	.box_text h2 { color:#990066; font-size:1.2em; }
	.wecreate_tag {
	position:absolute;
	width:auto;
	right:3px;
	top: -126px;
}

div#footer {
	width:680px;
	padding-top:10px;
	margin-left: 225px;
	padding-bottom:20px;
}
	div#footer p { color:#990066; padding-top:10px; }

h2 { margin:0px;  color:#333333;  font-family:Tahoma, "Trebuchet MS", Verdana; font-size:1em; }

h3 { margin:0px;  color:#333333;  font-family:Tahoma, "Trebuchet MS", Verdana; font-size:0.9em; }

p { color:#333333;  font-family:Tahoma, "Trebuchet MS", Verdana; font-size:0.8em; }

a { color:#990066; } 

img {
	border:none;
	margin-left: 0px;
}

.highlight { color:#990066; }

.small_text { font-size:0.7em; color:#000000; }

