* {
margin: 0;		  			 	 
padding: 0;
}

body  {
background: url(http://www.dnilanguages.com/images/bg.jpg);
font-family: tahoma, verdana, arial;
font-size: 8pt;
}	

h4 {
font-size: 9pt;
margin: 5px 0;
}

img {
border: 0px;
}

ul {
margin: 10px 0 0 20px;
}

li {
margin: 5px 0;
}

td {
font-size: 8pt;
padding: 3px;
}

td img {
vertical-align: middle;
}

td.indent {
padding-left: 80px;
}

input {
font-family: tahoma, verdana, arial;
font-size: 8pt;
padding: 4px;
}

input.text {
width: 200px;
margin: 4px 0;
}

select {
font-family: tahoma, verdana, arial;
font-size: 8pt;
padding: 3px 2px 0 2px;
margin: 5px 0;
}

select option {
padding: 2px 5px;
}

textarea {
font-family: tahoma, verdana, arial;
font-size: 8pt;
padding: 4px;
width: 300px;
height: 100px;
margin: 4px 0;
}


/*-------------------- Classes -----------------------*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.indent {
margin-left: 60px;
}

.wrapper {
width: 950px;
margin: 0 auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

.header {
background: url(http://www.dnilanguages.com/images/header_bg.jpg) bottom no-repeat;
height: 260px;
}

.header .links {
float: right;
margin: 20px 70px 0 0;
color: #ffa800;
font-size: 8pt;
}

.header .links a {
margin-left: 30px;
color: #ffa800;
text-decoration: none;
}

.header .links a:hover {
color: #ffa800;
text-decoration: underline;
}

.header .logo {
float: left;
margin: 50px 0 0 105px;
}

.header .welcome {
float: right;
margin: 50px 80px 0 0;
width: 140px;
}

.header .welcome img {
margin-bottom: 5px;
margin-left: -4px;
}

.menu {
margin: 3px 45px 0 45px;
background: #fcc707;
text-align: center;
}

.content {
margin: 0 45px;
background: url(http://www.dnilanguages.com/images/content_top.jpg) no-repeat #ffa800;
border-bottom: 2px solid #de9201;
padding: 0 50px 30px 50px;
}

.content a {
color: #333;
}

.column {
float: left;
width: 720px;
}

.column_left {
float: left;
width: 320px;
margin: 0 80px 0 0;
}

.column_right {
float: left;
width: 320px;
margin: 0;
}

.title {
font-family: georgia; 
font-size: 18pt; 
margin:40px 0px 15px 0px; 
height: 30px; 
color: #4f4f01;
border-bottom: 1px solid #fed480; 
}

.quick_search {
font-weight: bold;
}

.search_button {
cursor: pointer;
border: 1px solid #444;
margin-top: 10px;
}

.green {
margin: 0 45px;
background: url(http://www.dnilanguages.com/images/green_bg.jpg) 0 0 repeat-x #9ea208; 
border-top: 1px solid #aeb40a;
height: 161px;
}

.green a {
color: #eee;
text-decoration: none;
}

.green a:hover {
text-decoration: underline;
}

.green .line {
margin: 25px 50px 0 50px;
border-top: 1px solid #96984d;
height: 1px;
}

.green .text {
padding: 15px 50px;
color: #fff;
}

.green .title {
font-size: 15pt; 
margin:10px 0px 5px 0px; 
color: #ffa800;
height: 25px; 
border-bottom: 1px solid #96984d; 
}

.green ul {
list-style-image: url(http://www.dnilanguages.com/images/bullet_yellow.gif);
}

.green_bottom {
background: url(http://www.dnilanguages.com/images/green_bottom.jpg) bottom center no-repeat;
height: 52px;
}

.footer {
padding: 10px 80px 10px 50px;
height: 30px;
text-align: right;
color: #ffa800;
}