/*
====================================================================
RESTART ver 0.1
Created 1/02/07 by Nils Thingvall
====================================================================
COLOR CHART
Page Background: #333
Main Background: #FEFCCE
Main Nav Background: #930
Main Nav Rollover: #FC3
All Borders: #000
SideBar Box Header: #930
SideBar Box Background: #FEFCCE
Footer Background: #930
====================================================================
*/
/*===== BODY =====*/
BODY {
	background-color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

/*===== END BODY =====*/

/*===== HEADER =====*/
#siteHeader {
	background-color:#930;
	background-image:url(images/restart_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid #000;
	margin:20px auto 0px auto;
	padding:60px 0px 10px 0px;
	width:800px;
}
#siteHeader H1 {
	color:#FFF;
	font-size:xx-large;
	margin:0px;
	padding:0px 10px 0px 0px;
	text-align:right;
}
/*===== END HEADER =====*/

/*===== MAINNAV =====*/
#mainNav {
	background-color:#930;
	background-image:url(images/mainNavBacker.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color:#FFF;
	margin:0px auto;
	width:800px;
}
#mainNav UL {
	font-size:x-small;
	list-style:none;
	margin:0px;
	padding:7px 0px 7px 15px;
}
#mainNav UL LI {
	display:inline;
	margin:0px 10px 0px 0px;
	padding:0px;
}
#mainNav UL LI A:link {
	color:#FFF;
	text-decoration:none;
}
#mainNav UL LI A:hover, #mainNav UL LI A:active {
	color:#FC3;
	text-decoration:underline;
}
#mainNav UL LI A:visited {
	color:#CCC;
	text-decoration:none;
}
#mainNav UL LI.currentPage A:link, #mainNav UL LI.currentPage A:hover,#mainNav UL LI.currentPage A:active, #mainNav UL LI.currentPage A:visited {
	font-weight:bold;
	color:#FC3;
}
/*===== END MAINNAV =====*/

/*===== PAGE WRAPPER =====*/
#contentWrapper {
	background-color:#FEFCCE;
	background-image:url(images/contentBacker.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px solid #000;
	margin:0px auto;
	width:800px;
}
.frenchPress {
	clear:both;
	line-height:0px;
	margin:0px;
}
/*===== END PAGE WRAPPER =====*/

/*===== MAIN CONTENT COLUMN =====*/
#mainColumn {
	float:left;
	font-size:small;
	line-height:1.6 em;
	padding:15px 15px 20px 15px;
	width:70%;
}
#mainColumn H2 {
	margin:0px 0px 2px 0px;
}
#mainColumn H3 {
	margin:10px 0px 5px 0px;
}
#mainColumn H3 A {
	color:#000;
}
#mainColumn P {
	margin-top:0px;
}
#mainColumn UL {
	list-style:none;
	margin:0px;
	padding:0px 0px 15px 0px;
}
#mainColumn LI {
	margin:7px 0px 5px 25px;
	padding:0px;
}
#mainColumn LI.listSubhead {
	margin:18px 0px 5px 25px;
	padding:0px;
	list-style:none;
	font-weight:bold;
}
.imgLeft, .imgLeftBorder {
	float:left;
	margin:0px 10px 7px 0px;
}
.imgRight, .imgRightBorder {
	float:right;
	margin:0px 0px 7px 10px;
}
.imgLeftBorder, .imgRightBorder {
	border:1px solid #000;	
}
.portfolioRecord {
	clear:both;
	/*margin-top:25px;*/
	padding-top:10px;
}
.col2 {
	float:left;
	width:50%;
}
/*===== END MAIN CONTENT COLUMN =====*/

/*===== MAIN CONTENT =====*/
#flashcontent {
	text-align:center;
}


/*===== END MAIN CONTENT =====*/

/*===== SIDEBAR =====*/
#sideBar {
	float:right;
	font-size:xx-small;
	padding: 0px 15px 20px 0px;
	width:20%;
}
#sideBar IMG {
	margin: 10px auto;
}
#sideBar P {
	line-height:1.4 em;
	margin: 15px auto;
}
.sideBarBox {
	background-image:url(images/sidebarBoxBacker.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	border:1px solid #000;
	margin:15px 0px;
}
.sideBarBox H3 {
	background-color:#930;
	background-image:url(images/mainNavBacker.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-bottom:1px solid #000;
	color:#FFF;
	font-size: x-small;
	font-weight: bold;
	margin:0px;
	padding:3px 0px;
	text-align:center;
}
.sideBarBox UL, .sideBarBox OL {
	list-style:none;
	margin:0px;
	padding:7px 0px 15px 10px;
}
.sideBarBox LI {
	margin-bottom:7px;
}
/*===== END SIDEBAR =====*/

/*===== FOOTER =====*/
#pageFooter {
	background-color:#930;
	background-image:url(images/mainNavBacker.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px solid #000;
	border-top:none;
	color:#FFF;
	font-size:x-small;
	margin:0px auto 50px auto;
	padding: 3px 0px;
	width:800px;
}
#pageFooter P {
	text-align:center;
	margin:0px;
}

/*===== END FOOTER =====*/