@charset "UTF-8";
body {
  margin: 10px;
  padding: 0px;
}

/* DIV TABLES */

#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	float:left;
	width:350px;
}

#navbar{
	position:absolute;
	margin-top:8px;
	margin-left:650px;
}

#photo{
	clear:both;
	width:1000px;
	position:relative;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
}


#about{
	clear:both;
	width:600px;
	position:relative;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	width:1000px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
}

/* DROP DOWNS */

#menu {
	background: #fff;
	float: right;
	margin-top:8px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 3px;
	float: right;
}

#menu a, #menu h2 {
	font-family: "Century Gothic";
	display: block;
}

#menu a {
	color: #989898;
	background: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #989898;
	background: #fff;
}

#menu li {
	position: relative;
	font-family: "Century Gothic";
	font-size:16px;	
	color:#989898;
	background:#fff;	
}



#menu ul ul {
	position: absolute;
	z-index: 500;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul{
	display: block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul{display: block;}

/* FONTS */

#logotext{
	font-family:"Century Gothic";
	font-size:24px;
	color:#000;
}

#logotext2{
	font-family:"Century Gothic";
	font-size:16px;
	color:#989898;
}

#navtext{
	font-family:"Century Gothic";
	font-size:16px;
	color:#989898;
}

#footertext{
	font-family:"Century Gothic";
	font-size:12px;
	color:#989898;
}

#aboutheader{
	font-family:"Century Gothic";
	font-size:24px;
	color:#494949;
}

#aboutheader2{
	font-family:"Century Gothic";
	font-size:18px;
	color:#797979;
}

#normaltext{
	font-family:"Century Gothic";
	font-size:12px;
	color:#898989;
}

/* LINK COLORS */

a.navlinks{
	text-decoration:none;
	color:#989898;
}

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

a.footerlinks{
	text-decoration:none;
	color:#989898;
}

a.secondlevelmenu{
	text-decoration:none;
	color:#989898;
	font-size:14px;
	margin-left:2px;
}