/*
Theme Name: MSC
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Layout
-------------------------------------------------------------- */
#body {
background: url(images/bg.jpg) repeat-x top left #DDD;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333;
}

#wrapper {
margin-left:auto;
margin-right:auto;
width:1072px;
background:url(images/body.jpg) repeat-y;
}

#header {
height:420px;
width:1072px;
background:url(images/header.jpg) no-repeat;
float:right;
}

#home {
	position:relative;
	height:80px;
	width:350px;
	top:0px;
	left:0px;
	display:block;
	float:left;
}

#menu {
	position:relative;
	top:35px;
	right:5px;
	float:right;
	display:block;
	background:none;
	width:700px;
	height:30px;
	text-align:right;
}

#menu ul li {
	display:inline;
	margin-left:20px;

}



#menu a{font-family:Georgia, "Times New Roman", Times, serif; font-weight:500; font-size:18px; color:#79CC62/*4A8C51*/;}

#menu ul .current-menu-item a{color:#FFF;}
#menu a:hover{color:#FFF;}

#container {

}
#content {
	position:relative;
	top: -275px;
	left:20px;
	width:783px;
	padding:0px;
	float:left;
	margin-bottom:-260px;
}
#primary {
	width:260px;
	float:left;
	background:none;
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#1F4E21;
}

#footer {
	clear:both;
	width:1072px;
	height:128px;
	background: url(images/footer.jpg) no-repeat top;
	padding:0px;
	margin-bottom:100px;
}

#footer_content {
	position:relative;
	left:280px;
	top:20px;
	width:783px;
	height:100px;	
}

a{color:#333;text-decoration:none;}
a:hover{color:#555;text-decoration:none;}

img{border:0px;}

h1,h2,h3 {font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}

h1 {font-size:30px; margin:10px 0px;}
h2 {font-size:30px; margin:10px 0px;}

.nav-next, .nav-previous {margin: 10px 10px; float:left;}

/*Widgets*/

.widget-title {font-size:16px; margin-bottom:10px; font-weight:bold;}

#widget-line {
	height:20px;
	width:236px;
	background: url(images/line.jpg) center no-repeat;
	
	}

