/* CSS Document */

.top {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
}

.menu {
padding-right: 15px;
border-right: 1px;
border-right-color: #CC6600;
}

.main {
	background-image: url(images/fade_03.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	
	}

.body a:link, .body a:visited {
	color: #000033;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

.side {
	
}

.body a:hover {
		color: #006699;
}

.middle {
	background-image: url(images/devom.png);
}

.topside {
	background-image: url(images/devot.png);
	width: 250px;
	height: 23px;
	background-repeat: no-repeat;
}

.bottomside {
	background-image: url(images/devob.png);
	width: 250px;
	height: 23px;
	background-repeat: no-repeat;
}

.topside400 {
	background-image: url(images/devot400.jpg);
	width: 400px;
             height: 23px;
             background-repeat: no-repeat;
}

.middle400 {
	background-image: url(images/devom400.jpg);
}

.bottomside400 {
	background-image: url(images/devob400.jpg);
	width: 400px;
	height: 23px;
	background-repeat: no-repeat;
}

p {
font-size: 11px;
}
