body {
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Verdana, Sans-serif;
}

h1 {
	font: bold 24px Arial, Verdana, Sans-serif;
}

h2 {
	font: bold 18px Arial, Verdana, Sans-serif;
	margin: 10px 0 5px 0;
}

table {
	border-collapse: collapse;
}

textarea {
	font: 12px Arial, Verdana, Sans-serif;
}

a {
	color: #333333;
}

ul {
	margin: 10px;
	padding: 10px;
}

#header {
	width: 100%;
	height: 50px;
	background: #cccccc url(http://www.uniformdating.com/images/header_bar.gif) repeat-x;
}

#inner_header {
	width: 900px;
	margin: 0px auto;
}

#wrapper {
	margin: 0px auto;
	width: 890px;
	padding: 5px;
	background: #ffffff;
}

#inner_wrapper {
	height: 425px;
}

#nav {
	border: 1px solid #cccccc;
}

.right {
	float: right;
	margin: 0 0 5px 5px;
}

.right-clear {
	float: right;
	clear: right;
}

.cleared {
	clear: both;
}

.nav_on {
	background: #fc145d url(../images/nav_bg_pink.gif) repeat-x;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	color: #ffffff;
}

.nav_on a {
	color: #ffffff;
}

.nav_off {
	background: #dddddd url(../images/nav_bg_grey.gif) repeat-x;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	color: #999999;
}

.photo {
	max-width: 300px;
	max-height: 300px;
	border: 1px solid #cccccc;
}

.chars {
	margin-top: 10px;
}

.error {
	background: #ee3333;
	color: #ffffff;
	font-weight: 900;
	padding: 5px;
}

.success {
	background: #119933;
	color: #ffffff;
	font-weight: 900;
	padding: 5px;
}
