.container {
	display: block;
	width: 800;
	text-align: left;
   filter:alpha(opacity=100); 
   -moz-opacity: 1.0; 
   opacity: 1.0;
}
.bigbox {
	width: 600;
	text-align: left;
	height: auto;
	border: 2px solid #0000CC;
	background-color: #EDE9B4;
	padding: 15;
}

.thumbox {
	width: 243;
	padding: 10;
	text-align: left;
	float: left;
}

.imageleft {
	float: left;
	padding: 10 20 10 0;
}

h1 {
	font-family: Comic Sans MS, san-serif;
	font-size: 30;
	font-weight: normal;
	color: #450045;
}

h2 {
	font-family: Comic Sans MS, san-serif;
	font-size: 22;
	font-weight: normal;
	color: #450045;
}

h3 {
	font-family: Comic Sans MS, san-serif;
	font-size: 14;
	font-weight: normal;
	color: #450045;
}

p {
	font-family: Century Gothic, san-serif;
	font-size: 12;
	color: #000000;
}

.smallp {
	font-family: Century Gothic, san-serif;
	font-size: 9;
	color: #333333;
}


.navbar {
	display: block;
	font-family: Tahoma, san-serif;
	font-size: 18;
	font-style: italic;
	font-weight: normal;
	color: #6A5EA8;

width: 575;
height: 40;
line-height: 200%;
text-align: center;
border: 2px solid #F31007;
background-color: #FECD52;
-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
}

.navbar a:link, a:visited {
	font-family: Tahoma, san-serif;
	color: #6A5EA8;
	text-decoration: none;
}

.navbar a:hover {
	text-decoration: underline;
	color: #00CC33;
}
