body {
	margin: 0px;
	font-family:Gill Sans, Gill Sans MT, sans-serif;
	text-align:center;
	/*color: #B4B5B7;*/
	color:#929296;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
	height: 678px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
}
#header{
	margin: 0;
	padding: 5px 0px;
	height: 140px;
	border-bottom: 0px solid #A40033;
	width: 100%;
}
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#topnav{
padding: 0px 260px 0px 0px;
white-space: nowrap;
text-align:right;
color: #A40033;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#topnav img{
 display: block;
}

#topnav a {
	font-size: 50%;
	color: #A40033;
	padding: 0px 4px 0px 0px; 
}

#nav {
	width: 214px;
	float:left;
	font-size: 90%;
	padding: 0px 50px 0px 0px;
	margin-left:36px;
	margin-top:10px;
}
#nav ul a:link, #nav ul a:visited {display:block;color: #B4B5B7;
}
#nav ul {
	list-style-type: none; 
	padding: 5px 0px 0px 0px;
	margin:0;
	
}
#nav li {background-color:#F6F6F7; margin-bottom:3px;padding: 10px 10px 10px 10px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #nav li {border-bottom: none;}
#news {
	display:block;
	background-color:#F4E0DE;
	padding: 10px 10px 10px 10px;
	color:#A40033;
}	
#content {
	width: 445px;
	float:left;
	padding: 0px 0px 0px 0px;
	line-height:1.2;
	margin-top:70px;
}	
#contentwide {
	width: 645px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin-right:35px;
	line-height:1.2;
	margin-top:70px;
}
#contentwide ul{	
	margin-left:0px;
	padding-left:0px;
	list-style-type: none; 
}
#right {
	margin-top:50px;
	margin-left:30px;
	margin-right:35px;
	width: 170px;
	float:right;
	color:#5F5F62;
	border:2px solid;
	border-color:#A8A9AC;
	font-size: 75%;
	background-color:#FFFFFF;
	line-height:1.5
}	
#right p{
	padding: 0px 10px 0px 10px;
}	
#footer {
	clear:both;
	font-size: 70%;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
	text-align:right;
	color:#5F5F62;
	margin-right:25px;

}
	
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

p a:link
{
	color:#929296;
	text-decoration:underline;
}
p a:active
{
	color:#929296;
	text-decoration:underline;
}
p a:hover
{
	color:#929296;
	text-decoration:underline;
}
p a:visited
{
	color:#929296;
	text-decoration:underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Gill Sans MT, sans-serif;
}

h1{
 font-size: 150%;
 color: #A40033;
 font-weight:lighter;

}

h2{
 font-size: 114%;
 color: #A40033;
 font-weight:lighter;
}

h2 a:link
{
	color: #A40033;
	text-decoration:none;
}
h2 a:active
{
	color: #A40033;
	text-decoration:underline;
}
h2 a:hover
{
	color: #A40033;
	text-decoration:underline;
}
h2 a:visited
{
	color: #A40033;
}

h3{
  font-size: 120%;
  color: #A40033;
  font-weight:lighter;
}

h4{
 font-size: 100%;
 font-weight:lighter;
 color: #A40033;
 margin-top:0px;
 margin-bottom:-5px;
}

h5{
 font-size: 80%;
 font-weight: lighter;
 
}
h5 a:link
{
	color: #929296;
	text-decoration:none;
}
h5 a:active
{
	color: #929296;
	text-decoration:underline;
}
h5 a:hover
{
	color: #929296;
	text-decoration:underline;
}
h5 a:visited
{
	color: #929296;
}
.newsimage {
margin-right:10px;
margin-bottom:10px;
float:left;
width:250px;
font-size: 80%;
font-weight: lighter;
font-style:italic;
}

.portfolioimage {
margin-top:10px;
}

#pscroller1{
/*width: 100px;*/ 
width: 190px;
/*height: 65px;*/
height: 145px;
border: 0px;
padding: 0px;
/*margin-left:80px;*/
}

#pscroller2{
width: 170px;
height: 550px;
border: 0px;
padding: 0px;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.portfolio_container {
width: 310px;
float:left;
margin-right:10px;
}

.portfolio {
width: 290px;
border:1px solid;
border-color:#A8A9AC;
padding:10px;
margin-bottom:10px;
}

.portfolio_logo {
float:right;
}

.exit {
width: 620px;
border:1px solid;
border-color:#A8A9AC;
padding:10px;
margin-bottom:10px;
}

.exitimage {
float:right;
}
.exitimageleft {
margin-right:10px;
margin-bottom:10px;
float:left;
}

.clear {
clear:both;
}

.pink {
	background-color:#F4E0DE;
	padding: 10px 10px 10px 10px;
	color:#A40033;
	height:170px;
}	
.pink_image {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}	
