body {
	background : #cbbac6 url(Images/Background.jpg) repeat-x center top;
	color : #000000;
	font-family : Comic Sans MS, Impact, Tahoma, Arial;
	font-size : 12px;
	margin : 0px;
}

#mainbox {
	width : 750px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
}

#mainbox #header {
	background: url(Images/header.jpg);
	width: 750px;
	height: 300px;
}

#mainbox #navi {
	word-spacing: 1em;
	text-decoration: none;
	background-image: url(Images/navibg.jpg);
        
}

#mainbox #content {
	height: 400px;
	width: 750px;
	background-image: url(Images/contentbg.png);
	font-size: 16px;
}
#mainbox #port {
	background-image: url(Images/boxbg.jpg);
	width: 750px;
	height: 860px;
}

#mainbox #footer {
	background-image: url(Images/footer.jpg);
	width: 750px;
	height: 61px;
}


p  {
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	word-spacing: normal;
	position: relative;
	top: 50px;
}

h1 {
	top: 50px;
	position: relative;
}

#splash {
        background-image: url(Images/splash.png);
        width : 750px;
        height: 400px;
	margin-left: auto;
	margin-right: auto;
}

#spashnav {
        background: url(Images/header.png);
	width: 750px;
	height: 300px;
        margin-left: auto;
        margin-right: auto;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover {
	color: #cbbac6;
}

.thumbnail {
        float: left;
        width: 100px;
        height: 100px;
        margin-left: 15px;
        margin-right: 25px;
        margin-top: 15px;
        padding: 5px;
}
