/************************************
Title  : Montgomery
Author : Dan Smith
*************************************/

/* Reset Global positioning **********/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url("images/bg.gif") repeat-x #fff8d0;
	font-family:Arial, Verdanna;
	font-size: 12px;
}
#wrapper {
	width:1000px;
	margin:auto;
}
#bottomwrapper {
	width:1000px;
	margin:auto;
}
/* Navigation (inc. global links) ***/
#nav {
	height: 136px;
}
#nav ol {
	padding-top:70px;
}
#nav li {
	display:inline;
	float:left;
	/*Padding on the left and right of each link */
	padding:0 0px 0 10px;
}
#nav a:link, #nav a:visited, #nav a:active {
	margin-left: 30px;
	line-height:30px;	
	height:30px;
	text-decoration:none;
	font-family: 'Century Schoolbook','Garamond';
	font-size: 12pt;
	color:#fff8d0;
	display:block;
	font-variant:none;
}
#nav a:hover {
	line-height:35px;
	color:#f9ea9e;
}
a:link, a:visted, a:active {
 text-decoration:none;
 color:#fff8d0;
}
a:hover {
	color:grey;
}
/* Top Half of page ***************/
#uppercontent {
	height: 200px;
	width: 320px;
	float: left;
}
#uppercontent h1 {
	font-weight:normal;
}
#upperpics {
	height: 200px;
}
/* Bottom Half of page **************/
#bottomcontent {
		height: auto;
		width: 650px;
		float: left;
		text-align: left;
}
#rightnews {
		width: 320px;
		float: left;
		padding-left: 30px;
}

/* Typography *********************/
p {
	color: #6e1e36;
}

li {
	color: #6e1e36;
}

a:visited, a:link, a:active {
	color: #9e3253;
	font-style: underline;
}

h3{
	font-size: 19pt;
	font-family:'Century Schoolbook','Garamond';
	font-weight:normal;
	color:#6e1e36;
}

h2 {
	font-size: 23pt;
	font-family:'Century Schoolbook','Garamond';
	font-weight:normal;
	color:#6e1e36;
}
h1 {
	font-size: 28pt;
	font-family:'Century Schoolbook','Garamond';
	font-weight:normal;
	color:#6e1e36;
}

/* Image Rotator *****************/
#rotatorbg {
		width: 627px;
		height: 265px;
		background: url("images/imagebg.png");
		float: left;
}
	
#rotatorswf {
		width: 573px;
		height: 220px;
		margin-top: 21px;
		margin-left: 28px;
}