@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #366565;
	font-family: Candara, Avenir-Medium;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(graphics/containerBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container {
	width: 95%; 
	border: medium solid #550000;
	text-align: left;
	background-attachment: fixed;
	background-image: url(graphics/sketchPaperBG5-14.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	left: auto;
	margin-top: 2.5%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-width: 780px;
	max-width: 1200px;
} 


#sidebar1 {
	float: left;
	width: 320px; 
	padding-top: 1em;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 15px; 
	margin-right: 5px;
}
#container2 {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 27%;
	padding-left: 50px;
	background-image: url(graphics/bellaDrawing1.png);
	background-repeat: no-repeat;
} 
#header {
	height: 133px;
}
#nav {
	padding: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #366464;
	border-bottom-color: #366464;
	height: 33px;
}
#mainContent {
	margin-right: 40px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 110%;
	line-height: 125%;
}
#mainContent #div1 {
	height: 80px;
}
#mainContent h1 {
	font-size: 300%;
	font-weight: bold;
}
#mainContent p {
	font-size: 125%;
	line-height: 125%;
}
#mainContent ul {
	text-decoration: none;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
#mainContent a {
	font-size: 100%;
	font-weight: bold;
	color: #0B6666;
	text-decoration: none;
}
#mainContent a:hover {
	color: #550000;
	font-style: italic;
	font-weight: lighter;
}
#footer {
	padding: 0 10px;
	line-height: 50%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E5CCA1;
} 
#footer #nav2 {
}
#footer  #nav2  ul {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer #nav2 ul li {
	display: inline;
}
#footer #nav2 ul li a {
	font-size: 80%;
	color: #0B6666;
	text-decoration: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#footer #nav2 a:hover {
	color: #550000;
	text-decoration: none;
	font-style: italic;
	font-weight: lighter;
}
#footer p {
	font-size: 80%;
	padding-bottom: 10px;
	padding-left: 0.5em;
	font-style: oblique;
}
.link {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #366464;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.box {
	border: medium solid #0F6666;
}
