/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
}

/* =Layout
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	min-width: 750px;
	background: #E3E2A6;
}
#wrapper {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#nav {
	float: left;
	width: 150px;
	margin-left: 10px;
	background: url(none);
	display: inline;
}
#content {
	float: right;
	width: 575px;
}
#mainContent {
	float: left;
	width: 400px;
}
#secondaryContent {
	float: right;
	width: 150px;
	margin-right: 10px;
	display: inline;
}
#secondaryContent img {
	margin: 12px 0px 15px 0px;
}
#secondaryContent .box img {
	margin: 0px;
}
#bg_top {
	background: url(../images/home/bg_top.gif) repeat-x top;
}
#bg_bottom {
	background: url(../images/home/bg_bottom.gif) repeat-x bottom;
}
#mainContent img {
	margin-top: 10px;
}
#clear {
	clear: both;
	font-size: 0.5em;
}
.box h1 {
	line-height: 1.8em;
	color: #660000;
	background: #FFB722;
	font-size: 1.4em;
	padding-right: 5px;
	padding-left: 5px;
}
.box {
	border: 1px solid #FF9933;
	margin-top: 1em;
	margin-bottom: 2em;
}
.box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 10px 5px;
}
.box ul li {
	margin: 10px 0px;
}
a {
	line-height: 1em;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
p a {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
#mainContent h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	line-height: 2em;
	background: #FFDB91;
	margin-top: 1.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#mainContent p {
	color: #666666;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font: 1.3em/1.4em Arial, Helvetica, sans-serif;
}
.box p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #663300;
	margin: .5em;
}
.friendsForm input,.friendsForm select {
	width: 130px;
	margin-bottom: 1em;
	color: #666666;
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer {
	font-size: 1.1em;
	text-align: center;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	line-height: 2em;
	background: #FFCC66;
	font-weight: bold;
	color: #666666;
	clear: both;
}
.tick {
	margin: 2px 0px 2px 0px;
	clear: both;
}
.tick img{
	float: left;
	margin: 0px 10px 0px 0px;
}
.tick p{
	padding-top: 5px;
}.box .red {
	color: #FFFFFF;
	background: #FF0000;
	font-size: 150%;
}
.bottomUnderline td {
	border-bottom: thin solid #999;		
}