/* CSS Document */

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset{
	margin:0;
	padding:0;
	border:0;
	left: auto;
	right: auto;
}

#cell1 {
	BACKGROUND: pink; FLOAT: left; WIDTH: 50%
}

#cell4 {
	BACKGROUND: blue; FLOAT: left; MARGIN: 1px 0px 0px; WIDTH: 100%
}
#cell3 {
	BACKGROUND: red; FLOAT: left; WIDTH: 75%
}
#cell2 {
	BACKGROUND: yellow; FLOAT: left; WIDTH: 66%
}

#topImage
{
}
#topBar
{
	background: #ffffff ;
	height: 35px;
	width: auto;
}


body{
	margin: 0px;
	padding: 0px;
	background: #FBEFB5;	
}

#wrapper{
	width: 770px;
	margin:  20px auto auto;
	left: auto;
	right: auto;
	position: relative;
	background: #000000;
	padding: 0px;
	border: thin solid #000000;
}

#bodyWrapper{
	padding: 0px 20px 20px;
	background: #FFFFFF;
}

.leftimage{
	margin-bottom: 5px;
	right: auto;
	margin-left: 50px;
}

.rightimage{
	margin-bottom: 5px;
	left: auto;
	margin-left: 50px;
}

p em {
color: #990000;
}

p {
	font-size: 100%;
	
}
h1 {
	text-transform: capitalize;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;	
}

h2 {
	text-transform: capitalize;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
h3 {
	text-transform: uppercase;
	font: small-caps normal large "Times New Roman", Times, serif;
}

.image {
	margin: 10px;
}