/* CSS for Assignment 2 */
body {
    font-family:"Myriad Pro",Arial,san-serif;
	background-color: #EEE;
}

h1,h2,h3,h4,h5,h6,ul,li,body,div{
margin:0px;
padding:0px;
}

#Container {
    width: 80%;
    margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	min-width: 1000px;
}

#Banner {
    background-color: #111;
	width:100px;
    min-width: 1000px;
    height: 150px;	
	margin-bottom: 20px;
	text-align: center;
	padding-top:10px;
}

h1 {
    font-family: Impact,Arial,san-serif;
	font-size: 100px;
	color: #FFF;
	margin-bottom: -8px;
}

h2 {
    font-size: 25px;
	color: #FFF;
}

#Sidebar {
	width:200px; 
	text-align: center;
	float:left;
}

#Sidebar li {
    background-color: #111;
	list-style: none;
	margin-top: 5px;
	height: 60px;
	padding:5px;
}

#Sidebar li:hover {
    background-color: #AAA;
	height: 65px;
	font-size: 30px;
}

#Textbody {
    float:left;
	padding: 40px;
	background: #FFF;
	width: 700px;
	margin-top: 5px;
	margin-left: 20px;
}

.floatright {
    float:right;
}

.medium {
    height:300px;
	width:320px;
}

#Sidebar a {
    text-decoration:none;
    color: #FFF;
}

td.center {
	text-align: center;
}

caption {
	font-weight: bold;
}

td.imageCaption {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
