@charset "UTF-8";
body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 10px;
	color: #5e5e5e;
	background: #f0f0f0 url(/images/iphone_background.jpg) top left repeat-y;
	width: 300px;
}
#menu
{
	list-style-type: none;
	margin: 10px 0 -10px -10px;
	padding: 0;
	font-weight: bold;
}
	#menu li
	{
		display: block;
		width: 320px;
		height: 44px;
		font-size: 20px;
		font-family: Helvetica, Arial;
		border-bottom: solid 1px #ffffff;
	    background: #ed1c24 url(/images/arrow.png) no-repeat right center;
		margin: 0;
		padding: 0;
	}
		#menu li a
		{
			display: block;
			width: 300px;
			height: 16px;
			padding: 14px 0 14px 10px;
			color: #ffffff;
			text-decoration: none;
		}
#footer
{
	display: block;
	margin: 10px 0 -10px -10px;
	padding: 10px;
	width: 300px;
	height: 100px;
	background-color: #5e5e5e;
	color: #ffffff;
}
	#footer a
	{
		color: #ffffff;
	}

a
{
	color: #5e5e5e;
}

.textImage
{
	display: block;
	float: right;
	margin: 10px 0 10px 10px;
}

/* HEADERS */
h1
{
	color: #ed1c24;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
	h1.indexTitle
	{
		color: #5e5e5e;
		text-transform: uppercase;
		margin: 10px 0 0 0;
		font-size: 48px;
		line-height: 43px;
	}
h2
{
	color: #5e5e5e;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
h3
{
	color: #5e5e5e;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
#container
{
	margin: 0;
	padding: 0;
	width: auto;
}
#content
{
	margin: 0;
	padding: 0;
	width: auto;
}