html, body {
	height : 100%;
}

body {
	font-size:62.5%;
	margin: 0;
	padding: 0;
	background-color: #000;
}

#wrap {
	height: 550px;
	width: 750px;
	background-image: url(../images/cake.gif);
	background-repeat: no-repeat;
	background-position: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#columnleft {
	padding: 10px;
	height: 500px;
	width: 300px;
	display: block;
	float: left;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	display: block;
	height: 340px;
	width: 280px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	margin-bottom: 10px;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
}

#columnright {
	display: block;
	padding: 10px;
	float: right;
	height: 400px;
	width: 200px;
	background-position: right;
}
#logo {
	height: 230px;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#navigation {
	height: 120px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
	width: 250px;
	display: block;
}
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.etext {
	display: block;
	margin-top: 10px;
}


a {
	color: #999;
	text-decoration: none;
}


a:visited {
	color: #999;
}
a:hover {
	color: #333;
}
a:active {
	color: #FC0;
}

#columnleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#columnleft li {
	color: #CCC;
	border-bottom: 1px sold #ed9f9f
}
#columnleft li a:link, #col-3 li a:visited {
	display: block;
	text-decoration: none;
}
#columnleft li a:hover {
	background-color: #36F;
	color: #000;
	width: 280px;
	height: 40px;
}
