@import "grid"; @border-color: #DCAB55; @text-color: #996633; body { color: @text-color; font-family: Verdana,Arial,Helvetica,Sans-Serif,SunSans-Regular; background: #ccc; } #wrapper { .container_24; border: 3px solid @border-color; background: #fff; #header { .container_24; background-image: url('../img/background.png'); .header-left, .header-right { .grid960(12); } .header-left { p { margin-bottom: 5px; } h3 { margin-top: 0; } } .header-right { text-align: right; font-weight: bold; } } #content { .grid960(18); ul { list-style-image: url('../img/bullet.gif'); margin: 10px; margin-left: 50px; } form { input { width: 350px; } textarea { width: 350px; height: 100px; resize: none; } input[type="submit"] { margin-left: 140px; width: 150px; } label { display: inline-block; width: 130px; text-align: right; margin-right: 10px; } } } #menu { .grid960(6); text-align: center; .menu { display: inline-block; margin: 5px; text-decoration: none; img { border: none; } } .menu-first { margin-top: 10px !important; } } #footer { .container_24; .footer-left { .grid960(18); } .footer-right { .grid960(6); text-align: center; } } }