/* Global Motion - version 2 CSS */ body { margin-bottom:25px; margin-top:25px; } blockquote { padding:20px 10px 20px 10px; height:auto; background-image: url(images/quote.jpg), url(images/quote.jpg); background-position:0% left, 100% right; background-repeat:no-repeat, no-repeat; } a, a:link, a:active, a:visited { text-decoration:none; border-bottom:1px dotted rgb(0, 102, 205); color:rgb(0, 102, 205); } a:hover { border-bottom:1px dotted #999999; color:#999999; } #container { /*background-image:url(./images/lr-grad.jpg); background-position:top; background-repeat:repeat-y;*/ margin-left:25px; margin-right:25px; } #border { width:720px; border:1px solid #999999; padding-top:10px; padding-bottom:10px; } .layout { width:700px; } #main { width:670px; /*height:980px;*/ padding:10px 15px 10px 15px; } .logo { width:700px; height:130px; /*background-image:url(./images/ragnaru-logo.jpg); background-position:center center; background-repeat:no-repeat;*/ } .footer { margin-top:50px; text-align:center; font-size:10px; color:#777777; } h1, h2, h3, p, ul, form, input, textarea { font-family:'Lucida Grande', Verdana; font-size:11px; } h1 { font-size:15px; } h2 { font-size:14px; } h3 { font-size:13px; } h4 { font-size:12px; } p, ul { line-height:17px; }