body
	{
	margin: 0px;
	background-color: #336699;
	background-image: url('images/bg.jpg'); 
	background-repeat: repeat-x;
	font-family: arial, hectiva;
	font-size: 12px; 
	}

#mainwrapper
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: 3px solid #000033;
	}

#header
	{
	position: relative;
	width: 100%;
	height: 180px;
	text-align: right;
	}

#menu
	{
	position: relative;
	width: 100%;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url('images/bg_menu.jpg'); 
	background-repeat: repeat-x;
	text-align: center;
	}

	#menu ul
		{
		list-style: none;
		padding: 0px;
		margin: 0px;
		}
	
	#menu ul li
		{
		display: block;
		width: 160px;
		float: left;
		padding: 0px;
		margin: 0px;
		}
	
	#menu ul li a
		{
		display: block;
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		color: #336699;
		font-size: 15px;
		font-weight: bold;
		}
	
	#menu ul li a:hover
		{
		display: block;
		text-decoration: none;
		padding: 0px;
		margin: 0px;
		color: #ffffff;
		background-color: #336699;
		font-size: 15px;
		font-weight: bold;
		}

#content
	{
	position: relative;
	width: 100%;
	padding-top: 50px;
	background-color: #ffffff; 
	background-image: url('images/bg_reflection.jpg'); 
	background-position: top;
	background-repeat: no-repeat;
	}
	
#clear
	{
	clear: both;
	}

#endnote
	{
	position: relative;
	width: 100%;
	border-top: 1px dashed #9a9a9a;
	background-color: #ffffff;
	color: #9a9a9a;
	text-align: center;
	}

	#endnote p
		{
		font-size: 12px;
		font-style: italic;
		}

#footer
	{
	position: relative;
	width: 100%;
	height: 18px;
	background-color: #ffffff;
	background-image: url('images/bg_menu.jpg'); 
	background-repeat: repeat-x;
	text-align: center;
	}
	
	#footer img
		{
		vertical-align: middle;
		}
		
p
	{
	padding: 5px;
	}

big
	{
	padding: 5px;
	font-size: 18px;
	}

small
	{
	padding: 5px;
	font-size: 9px;
	}

h1
	{
	padding: 5px;
	font-size: 18px;
	}
	
h2
	{
	padding: 5px;
	font-size: 12px;
	color: #336699;
	letter-spacing: 5px;
	}

.link
	{
	text-decoration: none;
	color: #336699;
	border-bottom: 1px dashed #336699;
	}

.link:hover
	{
	text-decoration: none;
	color: #ff9933;
	background-color: #ffffcc;
	border: 1px solid #ff9933;
	margin: -1px;
	}

img
	{
	border: 0px;
	}

div.imageright
	{
	float: right;
	width: 265px;
	margin: 3px;
	padding: 5px;
	display: inline; 
	color: #ffffff;
	background-color: #336699;
	background-image:url('images/bg_img.jpg'); 
	background-repeat:repeat-x;
	background-position: 0 100%;
	text-align: center;
	}

	div.imageright img
		{
		margin: 0px;
		border: 1px solid #ffffff;
		}

div.imageleft
	{
	float: left;
	width: 265px;
	margin: 3px;
	padding: 5px;
	display: inline; 
	color: #ffffff;
	background-color: #336699;
	background-image:url('images/bg_img.jpg'); 
	background-repeat:repeat-x;
	background-position: 0 100%;
	text-align: center;
	}

	div.imageleft img
		{
		margin: 0px;
		border: 1px solid #ffffff;
		}
