/* CSS Document */

body {
	margin: 0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
/*	background: url(img/edge.png) left top repeat-y;*/
	border: 1px solid #333333;
	padding: 0px;

	/*overflow:hidden; means that the columns will cut off text that overflows the min-width*/
}


#topBanner {
	height:130px;
	width:800px;
	background: url(img/annettevee_greyunderline.png) left top repeat-x;
	display: block;
}
#topAnnette{
	background: url(img/annettevee_innerpagebanner_greyorg.png) top no-repeat;
	width: 511px;
	height: 54px;
	float: left;
	margin: 36px 0px 0px 10px;
	padding: 0px;
}
#navBarContainer{
	width: 511px;
	height: 20px;
	padding: 20px 0px 0px 10px;
	display: block;
	float: left;
	
}

#innerPageContent{
	clear: both;
	width: 700px;
	min-height: 350px;
	padding: 50px 50px 0px 50px;
	
	
	/*margin-right: auto;
	margin-left: auto;*/
	
}
#innerPageLeft{
	float: left;
	width: 230px;
	padding-right: 20px;
	/*margin-right: auto;
	margin-left: auto;*/
}

#innerPageRight{
	float: right;
	width: 430px;
	/*min-height: 400px;*/
	/*margin-right: auto;
	margin-left: auto;*/
}
html { /*hack to make pages not jump between long and short pages due to invisible scroll bar*/
	min-height:100%;
	margin-bottom:1px
}

p {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: .8em;
	padding: 0px;
	margin-left: 0px;
}

a {
	color: #ff6600;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}


h1 {
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding-top: 10px;
	margin: 0px;
}

#container #innerPageContent img {
	padding: 20px 20px 0px 30px #ffffff;
}

#footer {
	clear:both;
	width: 800px;
	background: url(img/footerLine.png) repeat-x;
	min-height:50px;
	padding: 0px;
}

#footer p {
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7em;
	padding: 10px 30px 0px 30px;
	
}

