/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	min-width: 760px;
}

body {
	background-image:url(../images/body.bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0;	
	background-color: #ae0000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 62.5%;
}
	

/*redifine html tags*/

h1 {
	font-size: 1.6em;
	color: #fff;
	background: transparent;
	padding: 5px;
}

h2 {

}



p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 1em;
}

a {
	color: #ae0000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/*main section ids*/

#wrapper {
	width: 750px;
	margin: 0 auto;
	background-image: url(../images/bg.trans.black30.png);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#branding {
	margin: 0 auto;
	background: transparent;
	width: 750px;
	height: 101px;
} 

#mainContent {
	background: transparent;
	width: 550px;
	float: right;
	/*fix for negative margins in IE 6*/
	position: relative;
	border-left: 1px dashed #000;
	border-bottom: 1px dashed #000;
	
	margin: 0 0 60px 24px;
}

#content {
	border-top: 1px dashed #000;
	background-color: #fff;
	padding: 1em;
}

#mainContent img {
	float: left;
	border: 1px dashed #000;
	/*fix for negative margins in IE 6*/
	display: block;
	margin: .25em 1em .25em -135px;
	/*fix for negative margins in IE 6*/
	position: relative;
	padding: .5em;
	background-color: #fff;
	
}

.stuff {
	
}

#footer {
	height: 98px;
	background-image: url(../images/footer.bg.png);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	vertical-align: bottom;
	margin: 0 auto;
	width: 750px;
}

#footer p {
	
} 

.showTitle {
	font-style: italic; 
}