@charset "UTF-8";
/* CSS Document */

@import 'home.css';
@import 'edit_profile.css';
@import 'add_visit.css';
@import 'profile_page.css';
@import 'jquery.suggest.css';

body
{
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: 100;
}

h2
{
	color: #003333;
}

h3
{
	color: #666633;
}

h4
{
	color: #666699;
}

input,select
{
	font-size: 11px;
}

hr
{
	height: 1px;
	border: none;
	background-color: #CCCCCC;
	width: auto;
}

.success
{
	color: #00CC33;
	font-weight: bold;
}

noscript, .error
{
	color: #990000;
	font-weight: bold;
}

#wrap
{
	background: #ffffff;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}

#header
{
	margin-bottom: 10px;
}

#main
{
	min-height: 50px;
}

#simple_nav
{
	float: right;
	margin-bottom: 10px;
	font-size: 11px;
}

#stats
{
	background: #CCCCFF;
	font-size: 10px;
	width: 160px;
	padding: 5px;
	float: right;
	clear: right;
}

#footer
{
	clear: both;
	margin-top: 30px;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}