* {
    padding: 0;
    margin: 0;
} 

body {
    background: #6699cc;
	font: 16px Verdana, Arial, sans-serif;
	line-height: 1.5em; 
	color : #111;
}

li {
	list-style-type:square;
	padding-left: 30px;
}

a { color: #595A3A }
a:hover { color: #000; }

#wrap {
margin: 20px auto;
width: 780px;
background: #6699cc;
}

#ac{
text-align: center;
}

.tdw{
width: 300px;
}

#header {
display:none;
}

#breadcrumbs {
display: none;
}

#content {
background: #ffffff url('images/content.jpg');
background-repeat: repeat-y;
padding: 10px 25px 20px 25px;
}

#lang{
display:none;
}

#contact{
display:none;
}

.left { 
float: left;
margin-right: 20px;
margin-top: 5px;
}
.left h2 { font-size: 3em; margin: 0 0 5px 0; padding-top: 8px; }
.left h2 a { text-decoration: none; }
.left h2 a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;}
.left a { text-decoration: none; }
.left a:hover { border-bottom: 1px dotted #aaa; text-decoration: none; }

.right {
display:none;
}

/* A hyperlinked image with no border */
.noborder {
    border: none;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This will style the read more thing at the bottom */
.grey {
color: #999999
}

#footer { 
display: none;
}