a:visited{
color: black;
}
a:link {
color: black;
}
a:hover {
color: green;
}
a {
text-decoration:none;
}
* {
margin: 0;
padding: 0;
}
body {
font: 12px/18px Verdana,  Arial, Tahoma, sans-serif;
width: 100%;

}
#wrapper {
width: 900px;
margin: 0 auto;
background: url('image/back.jpg');
background-repeat: no-repeat;

}
#header {
text-align:center;
min-height: 150px;

}
#cont {
width: 100%;
min-height: 500px;

}

#sideLeft {

float: left;
width: 25%;
min-height:500px;
padding: 0 0 0 50px;
float: left;

}
#content {
float: left;
width: 55%;
min-height:500px;
padding-left: 50px;
padding-right: 20px;
float: left;
text-align:justify;

}
#footer {
width: 100%;
min-height: 100px;
text-align:center;
float: left;
}

p {
text-indent:10mm; 
text-align:justify;


}

