

/* Elements */

* {
	color: #666;
margin:0;
}

html, body {
	height: 100%;
}

html {overflow-y: scroll} 

body {
	margin: 0;
	padding: 0;
	background: #C0C0C0 url(images/desktop.png);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
  background-repeat: repeat;
}


#wrapper {
	width: 800px;
	height: 100%;
    height: auto !important;
	min-height: 100%;
	margin: 0 auto -38px;

}

html>body #wrapper {
	height: auto;
	background:url(images/wrapper.png) repeat left top;

}

#uber {
	width: 800px;
	height: 30px;
	background: #C0C0C0 url(images/desktop.png);
}

#header {
	width: 800px;
	height: 140px;
	background: #efeff5 url(images/full_bar_800.png) no-repeat left top;
}

#logobox {
	float: right;
	width: 200px;
	height: 183px;
	padding: 0px 0px 0 0px;
	background: #cce0e0;
}

#logobox2 {
	float: right;
	width: 200px;
	height: 141px;
	background: #bfd3d8 url(images/top_right.png) no-repeat right top;
}


#menu {
	width: 800px;
	height: 35px;
	padding-top: 8px;
	background: #bfd3d8 url(images/menu_bar_800.png) repeat-y left top;
}

#content {
	width: 800px;
	background: #C0C0C0 url(images/content_bg.png) repeat-y;
}

#col2 {
	float: right;
	width: 160px;
	padding: 20px 20px 0 20px;
	background:#cce0e0;
	height: 100%;
text-align:center;
}

#col2 p{
margin-top: 4px;
}

#col1 {
	float: left;
	width: 560px;
	padding: 20px 20px 0 20px;
	background: #ffffff;
	height: 100%;
font-size: 1.05em;
}

#photo {
float: left;
height:260px;
width:320px;
}

#photo2 {
float: right;
height:260px;
width:320px;
}

#footer {
	float: left;
	width: 100%;
	background: transparent url(images/footer_bar_808.png) no-repeat center bottom; 
	margin: 0 auto;
height:40px;

}






/* Styling */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #666699;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	line-height: 18px;
}

a {
	color: #333;
}

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


/* Header */

#header h1 {
	float: left;
	padding: 18px 0 0 20px;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -1px;
 color: #666699;
}

#header p {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 1em;
	padding: 18px 0 0 634px;
}

#header h2 {
	float: right;
	padding: 18px 20px 0 0;
	font-size: 13px;
 color: #666699;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	height: 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}

#menu .active a, #menu a:hover {
}

#menu table {
width:800px

}
/* Content */

#content h2 {
	margin-bottom: 0.3em;
	font-size: 1.5em;

}

#content h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}

#col1 ul {
	padding: 0px 0px 0 40px;
}

/* Footer */

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 0.675em;
}



