.universal {
	margin: 0px;
	padding: 0px;
	background-color: #000050;
	
}

#wrapper {
	background-color: #FBEFFB;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #logo {
	background-color: #FFF;
	height: 100px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
}
#wrapper #headerimg {
	background-image: url(../images/);
	background-repeat: no-repeat;
	height: 200px;
	float: left;
}

#wrapper #headerimgshort {
	background-image: url(../images/);
	background-repeat: no-repeat;
	height: 200px;
	float: left;
}
#wrapper #bodyarea #left {
	width: 550px;
	float: left;
	background-color: #f7f7f7;
	font-weight: bold;
}
#wrapper #bodyarea #right {
	width: 250px;
	float: right;
	background-color: #FBEFFB;
}
#wrapper #bodyarea #footer {
	clear: both;
	height: 30px;
	background-color: #dbaabe;
}
#wrapper #nav {
	height: 35px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 15px;
}

#wrapper #nav a{
	text-decoration: none;
	color: #777;
	font-weight: bold;
	margin: 10px;
}

#wrapper #nav a:hover{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #222;
	margin: 20px;
	text-align: left;
	font-weight: normal;
	
}
#wrapper #bodyarea #left p {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #bodyarea #right h1 {
	font-size: 26px;
}

#wrapper #bodyarea #right p {
	font-size: 20px;
}

#wrapper #bodyarea #left h3 {
	font-size: 28px;
}

