/* CSS Document */

body {
	background-color: #333333;
	margin-top: 10px;
}

.fromthedesk {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#pageContainer {
	position: relative;
	width: 800px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#topLeft {
	position: relative;
	float: left;
	height: 251px;
	width: 25%;
	background-color: #000000;
}

#LeftRepo {
	float: left;
	width: 25%;
	background: #5c743d;
}

#topRight {
	position: relative;
	margin-left: 25%;
	height: 250px;
	width: 75%;
	background-color: #ffffff;
	visibility: inherit;
	
}

#faux {

                margin-bottom: 5px;

                overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */

                width: 100%;

                background-color: #000;

                background-image: url(images/background.jpg);

                background-repeat: repeat-y;

                background-position: left;

}

#fauxRepo {
                margin-bottom: 5px;
                overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
                width: 100%;
                background-image: url(images/background.jpg);
                background-repeat: repeat-y;
                background-position: left;
}


#box1 {
	float: left;
	width: 40%;
	height: 100%;
	background-color: #666666;
	margin-left:5px;
}

#box1 img {
	width: 300px;
	height:250px;
}

#box2 {
	margin-left: 50%;
	width: 10%;
	height: 100%;
	background-color: #333333;
}

#box2 img {
	width: 300px;
	height:250px;
}

#leftBottom  {
	float: left;
	width: 25%;
	background-color: #5c743d;
	margin-top: 5px;
}

#leftBottomRepo  {
	float: left;
	width: 25%;
	background-color: #5c743d;
	margin-top: 5px;
}

#button1 {
	margin: 5px;
	width: 75%;
	height: 97px;
	background: #eee;
	margin-left: auto;
	margin-right: auto;
}

#button2 {
	margin: 5px;
	width: 75%;
	height: 96px;
	background: #eee;
	margin-left: auto;
	margin-right: auto;
}
#button3 {
	margin: 5px;
	width: 75%;
	height: 97px;
	background: #eee;
	margin-left: auto;
	margin-right: auto;
}

#button4 {
	margin: 5px;
	width: 75%;
	height: 97px;
	background: #eee;
	margin-left: auto;
	margin-right: auto;
}

#mainContent {
	margin-left: 25.6%;
	width: 74.4%;
	background-color: #000000;
	margin-top: 5px;
}

#mainContentRepo {
	margin-left: 25.6%;
	width: 74.4%;
	background-color: #000000;
	margin-top: 0px;
}

#contentAreaTop {
	width: 93.3%;
	background: #888;
	padding: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contentAreaMiddle {
	width: 93.3%;
	background: #555;
	padding: 20px;
}
#contentAreaBottom {
	width: 93.3%;
	background: #333;
	padding: 20px;
}

#footer {
	background-color: #444;
	width: 800px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top:4px;
}

a:link { color: #FFFF00; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #5C743D; text-decoration: none; }

	@
