* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: url(../images/bak1.jpg) no-repeat 50% 0;

}


h1 {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 8px;
	margin-top: 1.2em;
	margin-left: 120px;

}

h2 {
	margin-bottom: 0.75em;
	font-size: 1em;
}

/* container */

#container {
	
	overflow: hidden;		
}

/* Content */

#topbox {
	background-image: url(../images/topbox.png);
	background-repeat: no-repeat;
	height: 67px;
	margin-bottom: 10px;
	
}

#top {
	background-image: url(../images/top.png);
	height: 22px;	
}

#content {
	background-image: url(../images/mid.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: justify;
	line-height: 1.5em;
}

#bot {
	background-image: url(../images/bot.png);
	height: 22px;	
}

#content P {
	padding: 5px;
}

#contentmid {
	padding: 10px;
}

#contentright {
	padding: 10px;
	border-left: 1px solid #ccc;
}

/* Nav*/

a {
	color: #006699;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
}

.slideshow {
	height: 250px;
	width: 356px;
	margin-left: 50px;
}

.desktopbak {
	width: 200px;
	height: 250px;
	float: right;
}


.image1 {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #000000;
	letter-spacing: 2px;
	height: 20px;
	text-align: right;
	padding-top: 10px;
