html, body,h1{margin: 0; padding: 0; border: 0;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body{
background-attachment: fixed;
background-image:url("images/thomasg.jpg");
background-repeat:no-repeat;
	color: #444;
	font: normal 80% sans-serif;
	line-height: 1.5;
margin:0px;
padding:0px;
background-color:#000000;

background-size: 100%;

}


a.top:link 	{color:#fff;text-decoration:none; padding-top:5px;font-weight:bold;}
a.top:visited	{color:#fff; text-decoration:none; font-weight:bold;}
a.top:hover	{color:#FFDF98; text-decoration:none; font-weight:bold;}


a.home:link 	{color:#fff;text-decoration:none; padding-top:5px;font-weight:bold;}
a.home:visited	{color:#fff; text-decoration:none; font-weight:bold;}
a.home:hover	{color:#FFDF98; text-decoration:none; font-weight:bold;}


p {margin:0;padding:0;}

a:focus,a:hover {color: #000;}
a {
	color: #357;
	text-decoration: underline;
}




#fixbot {display:block; width:108px height:145px; position:fixed; bottom:10px; right:15px;color:yellow;}

#fixhome {display:block; line-height:1.8;width:108px height:145px; position:fixed; top:0px; right:155px;color:white;font-size: 2.3em;font-weight:bold;}


/* Navigation */

#navigation {
	background: transparent url('images/nu.gif') repeat-x;
	margin-bottom: 3px;
	padding-top: 0px;

  float: right;
width:250px;
}
#navigation a {
	color: #E0E6EA;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {color: #393836;}

/* Main navigation */
#nav li {border-bottom: 1px solid #C39E4C;}
#nav a {
	font-size: 2.0em;
	padding: 10px 16px;
}
#nav a:hover {background: #5E6D75;}
#nav li.current_page_item a {
	background: #6E7D85;
	color: #FFF;
}

<!--  -->




#nav ul li.start a {
	border: none;
}

#nav ul li.end a {
	border: none;
}

#nav ul li a:hover {
	color: #fff;
	text-decoration: none;

	border: none;

}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 45px;
}

#nav ul li {
  display: block;
  position: relative;

}

#nav li ul { display: none; }



#nav ul li a:hover { 	background-color:#413C09;}


#nav li:hover ul {
  display: block;
  position: absolute;


}

#nav li:hover li {
  float: none;

background: #6F6F6F;
	border-bottom:1px solid #8D8D8D;
width:150px;

}










/* Main */

#main_wrapper {
	background: url('images/main_wrapper.gif') repeat-y;
	border-bottom: 1px solid #C3C4C1;
	margin-bottom: 3px;
}
#main {

	padding: 24px 0;
}
#content_wrapper {width: 970px;}
#content {padding: 0 20px;}


/* Sidebar */

#sidebar_wrapper {width: 290px;}
#sidebar {padding: 0 18px;}



#footer {	
	background: #DDD;
	border: 1px solid #CCC;
	padding: 8px 12px;
}
#footer .right, #footer .right a {
	color: #777;
	text-decoration: none;
}
#footer .right a:hover {
	color: #223;
	text-decoration: underline;
}


* html #main, * html #dashboard {height: 0.01%; min-height: 0.01%;}



