@charset "iso-8859-1";

body {
	text-align : center;
	padding : 0;
	background-color : "transparent";
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : #202A78;
}

body p td {
	font-size : x-small;
}

body h1 {
	font-size : x-large;
}

body h2 {
	font-size : large;
}

body h3 {
	font-size : medium;
}

body a {
	font-size : x-small;
	color : #202A78;
	font-weight : bold;
}

body a:hover {
	font-size : x-small;
	color : #FFCE50;
	font-weight : bold;
}

#total {
	margin: 0 auto;
	width : 1150px;
}

#topleft {
	text-align : left;
	float : left;
	width : 200px;
	height : 120px;
	padding-left : 5px;
	border-bottom : 1px solid "grey";
	border-right : 1px solid "grey";
    background-color : "transparent";
}

#topright {
	text-align : left;
	float : left;
	width : 900px;
	padding-left : 5px;
	height : 120px;
	border-bottom : 1px solid "grey";
	background-image : url(Images/top.jpg);
	background-repeat : no-repeat;
}

#bottomleft {
	text-align : left;
	float : left;
	width : 200px;
	padding-left : 5px;
	height : 347px;
    background-color : "transparent";
}

#bottomleft ul {
	padding-left: 5px;
	}

#bottomright {
	text-align : left;
	float : left;
	width : 600px;
	padding-left : 5px;
	height : 397px;
	border-right : 1px solid "grey";
	border-left : 1px solid "grey";
	background-image : url(Images/bottom.jpg);
	background-repeat : no-repeat;
}

#photo {
	text-align : left;
 	bottom : 0;
 	right : 0;
	width : 326px;
	height : 226px;
    z-index : 0;
}

#navigation {
	text-align : left;
	padding : 5px;
	float : left;
	width : 150px;
}
