html
{
	height:100%;
	background:#29323D url('/files/images/page_bg.jpg') top left repeat-x;
}

body
{
	/*font:62.5% Verdana, Arial, Helvetica, sans-serif;*/
	font:62.5% "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	
	margin:0;
	padding:0;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.clear
{
	clear:both;
}

h1 {font-size:1.7em;}
h2 {font-size:1.5em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}
h5 {font-size:1.3em;}






#page
{
	width:988px;
	margin:0 auto;
	padding-top:10px;
}







#topbox
{
	width:980px;
}

#topbox .usermsg
{
	height:30px;
	line-height:30px;
	font-size:1.1em;
	padding-left:20px;
	margin-left:10px;
	float:left;
	
	background:url('/files/images/user_gray.png') center left no-repeat;
}

#topbox .usermsg a
{
	color:#09f;
	text-decoration:none;
}

#topbox .tabs
{
	height:30px;
	line-height:30px;
	font-size:1.1em;
	float:right;
	margin-right:5px;
}

#topbox .tabs ul
{
	margin:0;
	padding:0;
	
	list-style:none;
}

#topbox .tabs ul li
{
	margin:0 5px 0 0;
	padding:0;
	
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	font-weight:bold;
}

#topbox .tabs ul li a
{
	display:block;
	width:80px;
	height:30px;
	text-decoration:none;
	color:#fff;
}

#topbox .tabs ul li.selected
{
	background:url('/files/images/tab.jpg') center left no-repeat;
}

#topbox .tabs ul li.selected a
{
	color:#000;
}

#topbox .bigbox
{
	clear:both;
	width:980px;
	height:65px;
	padding-top:5px;
	
	background:#000 url('/files/images/bigbox_bg.jpg') top left no-repeat;
}

#topbox .innerbox
{
	height:60px;
	line-height:60px;
	width:970px;
	margin:0 5px 5px 5px;
	overflow:hidden;
	
	background:url('/files/images/innerbox_bg.jpg') top left no-repeat;
}

#topbox .bottomtab
{
	margin-right:10px;
	float:right;
	height:30px;
	
	background:url('/files/images/bottomtab_bg.jpg') top right no-repeat;
}

#topbox .bottomtab_content
{
	height:30px;
	margin-right:10px;
	
	background:url('/files/images/bottomtab_bg.jpg') top left no-repeat;
	
	line-height:30px;
	padding:0 0 0 10px;
}

#topbox .bottomtab_content ul
{
	margin:0;
	padding:0;
	
	list-style:none;
}

#topbox .bottomtab_content ul li
{
	margin:0 15px 0 0;
	padding:0;
	
	float:left;
	font-weight:bold;
}

#topbox .bottomtab_content ul li.last
{
	margin-right:0;
}

#topbox .bottomtab_content ul li a
{
	text-decoration:none;
	color:#fff;
}

.wordpress_link
{
	background:url('/files/images/wordpress.png') left center no-repeat;
	padding-left:20px;
}





#content
{
	width:970px;
	min-height:100px;
	margin:0 auto;
	
	font-size:1.3em;
}










#footer
{
	background:url('/files/images/hr_bg.jpg') top left repeat-x;
	padding:10px;
	color:#666;
}

#footer p
{
	margin:0;
	padding:0;
	line-height:1.4em;
}

#footer a
{
	color:#999;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}