body {
	background-color:#D9FFFF;
	font-family: Tahoma, Geneva, sans-serif;
	margin:2em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p{
	line-height:1.3;
	padding-bottom: 1em;
	text-align: justify;
}
a:link, a:visited{
	text-decoration:none;
	color:#00F;
}
a:hover{
	background:#00F;
	color:#FFF;
	}
#header #yourWay {
	float: left;
	padding-top:1em;
}
#header #yourWay .news{
	font-size:2em;
	padding-bottom:0.3em;
}
#header #yourWay .simple{
	font-size:1.5em;
}
#header #my {
	float: right;
	width:201px;
	padding-bottom:1em;
}
#header #my p{
	padding:0 1em;
}
.my {
	font: bold x-large "Arial Black", Gadget, sans-serif;
}
#content {
	background-color:#FFF;
	float: left;
	width: 65%;
	padding:1em;
}
#content h1 {
	color: #006;
}
#content a{
	padding:0 0.3em;
}
#formMail label {
	width: 5em;
	display: inline-block;
}
#formMail input {
	width: 28em;
}
#formMail textarea {
	vertical-align:top;
}
#formMail #submit {
	width: 5em;
}
#sidebar {
	float: right;
	width: 30%;
	background:#8CEFF7;
}
#sidebar h1{
	background:#0162A3;
	padding: 1em;
	color: #FFF;
}

#sidebar p,h4{
	padding:0.5em 1em;
}
.small {
	font-size:0.8em;
}
.floatLeft{
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.floatRight{
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearFloat{
	clear:both;
}

