/* CSS Document */

body { margin:auto; background:#CCCCCC; }

div#wrapper { width:900px; height:auto; margin:auto; }

div#banner { width:900px; height:200px; background:url(../images/banner.jpg) top left no-repeat; position:relative; }

	div#nav { width:600px; position:absolute; bottom:-10px; left:-20px; }
	
	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#tag_banner { width:900px; height:50px; margin-bottom:0px; }

div#content { width:880px; height:auto; background:#FFFFFF; padding:10px; margin-top:-15px; }

div#left_col { width:280px; height:auto; float:left; margin-right:10px; margin-top:10px; }

div#right_col { width:580px; 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:550px; height:auto; padding:3px; border:1px solid #999999;}
	.box_image_lr { margin:10px; width:555px; height:126px; border:1px solid #999999;}
	.box_text { float:left; width:auto; }
	.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:5px;}

div#footer { width:100%; padding-top:10px; position:relative; }
	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; }

.highlight { color:#990066; }

.small_text { font-size:0.7em; color:#000000; }