/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #2e0909;
}

/***********************************************/
/* BODY styles                              */
/***********************************************/

#content {
	width: 900px;
	height: 442px;
	text-align: left;
}

#image {
	width: 408px;
	text-align: left;
	float: left;
}

#text {
	float: right;
	text-align: left;
	width: 460px;
}

#subnav {
	width: 450px;
	text-align: left;
}
