body {
	margin: 0px;
}

body, p, table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 1.3em;
}

a img {
	border: none;
}

h1{
	font-family: Georgia;
	font-size: 45px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #99D;
	padding-bottom: 13px;
	color: #000099;
	font-weight: normal;
}

h2{
	font-family: Georgia;
	font-stretch: narrower;
	font-size: 18px;
	margin-bottom: 5px;
}

.float_right{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.float_left{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.small{
	font-size: 12px;
	font-style: italic;
}

.left_bar{
	width: 229px;
	height: 100%;
	background-image:url(images/nolimits_06.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

.menu table {
	border-color:#990000;
	width: 213px;
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing: 1px;
	position: absolute;
	top: 280px;
	left: 20px;
	text-align: right;
}

	.menu a{
		color: #FFFFFF;
		text-decoration: none;
	}

.top{
	width: 100%;
	background-image:url(images/nolimits_03.gif);
	background-repeat: repeat-x;
}

.content{
	width: 700px;
	margin: 10px 0px 30px 20px;
	padding-top: 20px;
}
	
	.content a{
		color:  #000099;
	}
	
.bottom{
	background-image:url(images/nolimits_10.gif);
	background-repeat: repeat-x;
}

.info_box {
	width: 330px;
	float: right;
	border: 1px solid #446699;
	background-color:#DDFFFF;
}

.info_box div { padding: 10px; }


