/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}


/*** fonts ***/
body {
		line-height: 125%;
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #222;
		font-size: 14px;
}

#mainbody-5 {
		font-family: Arial;
		font-size: 120%;
}


#nav a,
#inset a {
	font-size: 110%;
}

/* font family */
h3,
#nav,
 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
	color: #731AC3;
}

a:hover {
	text-decoration: underline;
}


/* headings */

h1 {
	font-size: 145%;
	/*padding-bottom: 5px;*/
}

h2 {
	font-size: 125%;
	/*padding-bottom: 5px;*/
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

			
div.wrapper {
	width: 900px;
	margin: auto;
	position: relative;
}


/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}


#header {
	height: 112px;
	overflow: hidden;
}


#logo {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width:235px;
	height: 112px;
}


#top {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 0;
}

#toolbar {
	height: 31px;
}


#footer .padding {
	padding: 5px 25px;
}

#mainbody {
	background: #ccc url(../images/layout/body-bg.png) repeat-x;
}

#mainbody-2 {
	background: transparent url(../images/layout/body-shadow-br.png) 100% 0 repeat-y;
}

#mainbody-3 {
	background: transparent url(../images/layout/body-shadow-bl.png) 0 0 repeat-y;
}

#mainbody-4 {
	background: transparent url(../images/layout/body-shadow-tr.png) 100% 0 no-repeat;
}

#mainbody-5 {
	background: transparent url(../images/layout/body-shadow-tl.png) 0 0 no-repeat;
	padding: 0 15px;
}

#mainbody-padding {
	background: #fff;
	padding: 50px 80px;
}



#footer {
	padding-top: 10px;
}

#the-footer {
	text-align: center;
	margin: 20px 0;
}

/* some page content things */

.hide {
	display: none;
}


a img {
	border: 0;
}

