body {
	text-align:center;
	}
	
*	{
	padding:0;
	margin:0;
	}

#header {
	position:relative;
	top:4px;
	}
	
#wrapper {
	width:733px;
	margin: 0 auto;
	text-align:left;
	}

#side {
	float:left;
	}

#content {
	float:right;
	width:500px;
	font:14px arial;
	}
	
#content a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
#content a:hover {
	color:#F90500;
	}
	
#content p {
	text-align:justify;
	padding:10px 0 10px 0;
	}

p.caption {
	font-weight:bold;
	padding:0 0 20px 0;
	margin-top:-12px;
	font:10px arial;
	float:right;
	}

#nav	{
	width:733px;
	height:25px;
	z-index:10;
	background: #FFFFFF url(side1.jpg) no-repeat left;
	}

#nav ul {
	width:500px;
	float:right;
	border-bottom:1px black solid;
	}
	
#nav li {
	list-style:none;
	display:inline;
	width:23%;
	padding:1% 1% 0 1%;
	float:left;
	text-align:center;
	}
	
#nav a	{
	font:15px arial;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	width:100%;
	}
	
#nav a:hover, #nav a.selected {
	color:#F90500;
	}

table	{
	padding-bottom:20px;
	}

td	{
	padding-right:10px;
	}

.price	{
	font-weight:bold;
	text-align:right;
	}

.title	{
	text-align:center;
	font:18px arial;
	font-weight:bold;
	}

.subtitle {
	font-weight:bold;
	}