body{
	margin-left: 22.5%;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color:DDDDFF;
	
}

p{
	text-indent: 25px;
}

#header{
	vertical-align: center;
	height: 1.5em;
}
#footer{
	width: 100%;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: 4px;
}

#main{
	background-image: url('./images/3833cds2bg.jpg');
	background-repeat: repeat;
	width: 650px;
	color: #000000;
	text-align: center;
}

#seg1{
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
#seg2{
	font-size:1.2em;	
}

#seg3{
	width: 550px;
	float: left;
	border-color: #FF00FF;
	border-width: thick;
	border-style: outset;
	background-color: #BBBBFF;
}
	#seg3 img{
		border-color: #00AA00;
		border-width: thin;
		border-style: inset;
	}

#seg4{
	font-size: 1.2em;
	float: right;
	width: 350px;
	padding: 10px;
	display: column;
}

#sig{
	width: 150px;
	float: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	font-family: Monotype Corsiva;
	font-size: 1.8em;
}

.sm{
	padding-top: 25px;
	font-size: 0.75em;
	text-align: center;
}

a:link{
	color: #DD4400;
}

a:vlink{
	color: DD00DD;
}

a:hover{
	background-color:#660066;
	color:#FFFFFF;
}

#nav{
	background-color: AAAAFF;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100%;
	width: 100%;
}
	#sp{
		float: left;
		padding-top: 44px;
		width: 155px;
	}
	#nav ul{
		font-weight: bold;
		color: #000000;
		list-style: none;
	}
	#nav li{
		color: default;
		text-decoration: none;
		font-weight:normal;
		text-indent: -40px;
	}
