/*
Theme Name: Matthew
Version: 1.0
Author: Matthew Reeves-Hairs
*/
/**************GLOBAL*********************/
html, body {height:100%}

body {
 	background: #EEF3E2;
	margin:0;
	padding: 0;
        font-family: Trebuchet MS,Georgia, Arial, serif;
        font-size: 0.9em;
        text-align:center;
        color:#29303B;
        line-height:1.3em;
}

div {
	padding:0; margin:0;
}


* {
	margin: 0;
	padding: 0;
}

a {
	color: #909D73;
	text-decoration: none;
}

a:hover {
	color: #753206;
}


/************* Container *************/
#container {
	position: relative;
	border:#ddf 1px solid;
	background: url(/images/content_bg.gif) repeat;
        width:780px;
        text-align:left;

}
#page {
        1position: relative;
        1border:#ddf 1px solid;
        1background: url(/images/content_bg.gif) repeat;
        width:780px;
        text-align:left;

}


/*************** Title ***************/


#title {
	background: white url(/images/ahlogo.jpg) 0% 0% no-repeat;
	border:#ddf 1px solid;
	height: 110px;
	font-weight: bold;
	font-size:85%;
	text-align: right;
	margin:5px;
	padding:5px;
}

/**************** Menu ***************/

#qmenu {
	float:left;
	width:145px;
	font-weight: bold;
	font-size:85%;
	padding:10px;
	margin-left:5px;
	border:#ddf 1px solid;
	text-align: left;
	background: white;
}
#menu {
	float:none;
        qwidth:780px;
        font-weight: bold;
        font-size:85%;
        padding:5px;
        margin:5px;
        border:#ddf 1px solid;
        text-align: left;
        background: white;

}
#menu h5 {
	display: none;
}

#menu ul li {
	list-style:none;
	padding: 3px ;
	margin-left: 0;
	display: inline;
}

#graphics {
	float:left;
	width: 140;
        padding:10px;
        margin-left:5px;
        border:#ddf 1px solid;
        text-align: left;
        background: white;

}
/************** Content **************/


#content {
	align:right;
	width:612px;
	text-align: left;
	margin-right:5px;
	padding:0px;
}

#top {
        font-weight: bold;
        font-size:110%;
        margin:0px;
        padding:10px;
        text-align: left;
        border:#ddf 1px solid;
        background: white;
}


#bodycontent {
  text-align: left;
  margin-top:5px;
  padding:10px;

  text-align: left;
  border:#ddf 1px solid;
  background: white;
}
#bodycontent a {
        color: #909D73;
        decoration: none;

}
#bodycontent a:hover {
        color: #753206;
}

/*************** Footer **************/


#footer {
  font-weight: bold;
  font-size:85%;
  text-align: center;
  background: white;
  margin:5px;
  padding:5px;

  border:#ddf 1px solid;


