body {
    background: transparent url(images/bg.gif) repeat-x scroll left top;
}
.main{
    width:960px;
    margin: 0 auto;
    color : #666666;
    font-family: Tahoma;
    direction: rtl;
}
.header{
    height:100px;
    background: url(images/logo.png) no-repeat scroll 0;
}
.content{
    border: 1px solid;
    border-color: red;
    }
.content-top{
    background-color: red;
    color: white;
    height:25px;
    padding:3px;
    font-weight:bold;
}
.content-form{
    padding: 3px;
}
.footer{
    background-color:#aaa;
    height: 25px;
    border: 1px solid #f00;
    border-top: none;
    text-align: center;
    color: #fff;
}

#form-wrapper {
	width: 400px;
	margin: 0 auto;
}

#form-wrapper input {
	float: left;
}

#form-wrapper div {
	clear: both;
	margin: 10px 0;
}

ul#nav {
	margin: 0;
	padding: 0;
}

ul#nav li {
	float: right;
	margin : 5px 10px;
	list-style: none;
}

.clear {
	clear: both;
}
