
body {
	font-family: Gill Sans, sans-serif;
	font-weight: 100;
	color: #ffffff;
	background-color: #63b4dc;
	margin: 0;
	background-repeat: repeat-x;
} 

p  {
	margin-top: 0px;
}

img  {
	border-width: 0px;
}

#logo  {
	padding-top : 8px;
}

#top {
	background-image : url(images/intermail_top.png);
	height : 100px;
} 

#navi {
	background-color : #ff45ac;
	height : 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
} 

#mid {
	height:auto;
	background-color : #ffffff;
	margin-top : 0px;
	padding-top: 40px;
	padding-bottom: 60px;
	min-height: 400px;
} 


#bottom {
	background-image : url(images/intermail_bottom.png);
	height : 120px;
	background-color : #63b4dc;
	background-repeat : repeat-x;
} 

a {
	text-decoration : none;
	color : #ffffff;
} 

a:hover {
	color : #fffccc;
} 

a:focus {
	color : #fffccc;
	outline : none;
} 

.content {
	width : 900px;
	margin : auto;
	color: #000000;
} 

.left  {
	margin-top: 0px;
	float: left;
	width: 200px;
	height: 100%;
	color:#333333;
}



.right  {
	margin-top: 0px;
	margin-bottom: 1em;
	float: right;
	width: 700px;
	color: #555555;
}

.contact {
	color: #ffffff;
	margin: auto;
	width: 900px;
	text-align: center;
	font-size: 11px;
	padding-top: 0.5em;
} 