body
{
	margin: 0;
	padding: 0;
	background: url(images/background-tile.jpg) repeat;
}


#container
{
	margin: auto;
	width: 960px;
	color: #656565;
	background-color: red;
	font: small/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header
{
	background: url(images/header.jpg);
	padding: 0,0,0,20px;
	border-bottom: 5px solid #deb7b0;
	height: 250px;
}

/* My Comment */

#header h1 { margin: 0;
	display: none;
}


#fadeLeft
{
	right: 8px;
	position: relative;
}

#fadeRight
{
	position: relative;
	left: 948px;
}

#navigation
{
	float: left;
	width: 940px;
	background: #360708;
	padding: 10px;
}

#navigation ul
{
	padding-left: 60px;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	letter-spacing: 1px;
}

#navigation li a
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 20px 6px 0;
}

#navigation li a:hover {
	text-decoration: underline;
}

#content-container
{
	float: left;
	width: 960px;
	background: #fff ;
}

#section-navigation
{
	float: left;
	width: 240px;
}

#section-navigation ul
{
	padding-top: 5px;
	padding-left: 60px;
	right: 101px;
	padding-right: 10px;
}

#section-navigation ul li
{
	margin: 0 0 1em 0;
	list-style-type: none;
	color: #360708;
}

#section-navigation ul img
{
	position: relative;
	right: 48px;
	top: 30px;
}

#section-navigation ul li a
{
	color: #b40e0e;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#linkArrow
{
	background: url(images/arrow.gif) no-repeat;
	padding-left: 70px;
	position: relative;
	right: 70px;
	color: #b40e0e;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#linkLarge
{
	color: #b40e0e;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#linkTwitterLogo
{
	position: relative;
	bottom: 40px;
	left: 30px;
	text-decoration: none;
}

#section-navigation ul li img {
	right: 30px;
}


#content
{
	float: left;
	width: 350px;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 10px;
}

#content a
{
	color: #b40e0e;
}

#content h2 { margin: 0;
	color: #360708;
	padding-bottom: 5px;
	font: 2.6em Georgia, "Times New Roman", Times, serif;
}

#aside
{
	float: left;
	width: 260px;
	padding: 40px 30px 20px 30px;
	display: block;
	background: transparent url(images/background-aside.jpg) no-repeat;
	
}

#asideInterior
{
	float: left;
	width: 260px;
	padding: 80px 0 0 0;
	display: block;

	
}

#aside h3 { margin: 0;
	color: #360708;
	font: 1.8em/34px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}

#aside p {
	margin: -5px 0 40px;
	font: 1.3em/30px Georgia, "Times New Roman", Times, serif;
	color: #360708;
}

#footer
{
	clear: left;
	text-align: right;
	height: 1%;
	color: white;
	
}

#footer a
{
	color: white;
	
}


#signup
{
	background-color: #a20c0c;
	padding: 20px 70px;
	border-bottom: 5px solid #deb7b0;
	text-align: left;
	font-size: 1.2em;
	height: 300px;
	background-image: url(images/background-signup.gif);
}

#signup h4 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #deb7b0;
}



#signup form {
	width: 300px;
	float: right;
	display: inline;
	border-left: 1px dotted #deb7b0;
	padding-left: 41px;
}

#signup form input {
	padding: 4px;
}

#corporate
{
	background: #360708;
	padding: 20px;
	text-align: center;
}

#corporate img {
	float: left;
	padding-left: 40px;
	padding-top: 3px;
}

