* {
    padding: 0;
    margin: 0;
    }

html {
    min-height: 100%;
    margin-bottom: 1px;
    }
	
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: grey;
    background: #ffffff;
    text-align: center;
    min-width: 600px;
    height: 100%;
    }

.header {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
	}

.leftie {
	margin-right: 10px;
	float: left;
	}
	
#wrapper {
    position: relative;
    width: 800px;
    margin: 10px auto 0px auto;
    min-height: 600px;
	min-width: 780px;
    }

#bannerhome {
	background: #bd4f38 url(images/bannerhome.png);
	border:1px black solid;
    width: 800px;
	height: 120px;
    }
  
#bannercontact {
	background: #bd4f38 url(images/bannerhome.png);
	border:1px black solid;
    width: 800px;
	height: 120px;
    }
	
#bannercorporate {
	background: #bd4f38 url(images/bannercorporate.png);
	border:1px black solid;
    width: 800px;
	height: 120px;
    }
	
#bannervoice {
	background: #bd4f38 url(images/bannervoice.png);
	border:1px black solid;
    width: 800px;
	height: 120px;
    }
  
#banneracting {
	background: #bd4f38 url(images/banneracting.png);
	border:1px black solid;
    width: 800px;
	height: 120px;
    }

#bannerstandup {
	background: #bd4f38 url(images/bannerstandup.png);
	border:1px black solid;
    width: 800px;
	height: 120px;
    }
	
#navigation {
    position: absolute;
    left: 30px;
    top: 86px;
    }

#status {
	position: absolute;
	right: 20px;
	top: 130px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: lightgrey;
	font-style: italic;
	font-weight: bold;
	}
	
.capsule {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid lightgrey;
	}

.year {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: bold;
	}
	
.bigup {
	font-size: 14px;
	}

.bigup:hover {
	font-size: 14px;
	}
	
a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #dd3333;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #dd3333;
	font-weight: bold;
	text-decoration: underline;
	}

a:active {
	outline: none;
	}
	
.navitem, .navhot {
	float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #f1edec;
    display: block;
    font-weight: bold;
    width: 96px;
    height: 36px;
	text-decoration: none;
	line-height: 34px;
    }

.navhot {

	}
	
.navitem:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
    color: #f1edec;
	}
	
.navhot:hover {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
    color: #f1edec;
	}
	
.link, .link:hover {
	color: #c67d90;
	}
	
.right {
	text-align: right;
	}
	
#content {
    text-align: left;
	margin-top: 40px;
	border-top: 2px lightgrey solid;
    }

#copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #aaaaaa;
    margin-top: 40px;
    }
    
    
    
    
    
    
    
    
    
    