body{
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url("images/title3.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 0.5em;
} 

div.container
{
width:100%;
line-height:150%;
margin-left:0px;
margin-top:155px;
background-color: #ffffff;
}

div.header
{
padding:0.5em;
color:black;
clear:left;
}

h1.header
{
padding:0;
margin:0;
}

div.right
{
width:23%;
float:right;
margin-left:0px;
margin-top:0px;
padding:0em;
border: 2px;
}

div.content
{
width:75%;
margin-left: 5px;
margin-top: 0px;
padding:10px;
background-color: #FFFFFF;
border-right-width: 2px;
border-right-color: #9966cc;
border-right-style: dotted;
border-left-width: 2px;
border-left-color: #9966cc;
border-left-style: dotted;
border-bottom-width: 2px;
border-bottom-color: #9966cc;
border-bottom-style: dotted;
}

div.footer
{
width:100%;
padding:0em;
color:black;
clear:both;
background-color:#ffffff;
}

img.floatLeft { 
    float: left; 
    margin: 1px; 
}
img.floatRight { 
    float: right; 
    margin: 1px; 
}

