/* CSS Document */

body { background:url(image/bg.gif); color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6, p, ul, li { padding:0; margin:0;}
ul, li { list-style:none; }
a { text-decoration:none; color:#fff; }
a:hover { text-decoration:underline; } 

.wrapper { width:760px; margin:0 auto; border:#fff 1px solid; }

.row { background:#4B4166 url(image/bg2.gif) top left repeat-y; }

.header { background:url(image/header.gif); border-bottom:#fff 1px solid; }
.header p span { display:none; }

.buttons { float:left; width:130px; }
.buttons ul { padding:5px 0 0 15px; }
.buttons ul li { background:url(image/arrow.gif) left center no-repeat; padding:8px 0 8px 10px; }

.content { margin:0 0 0 131px; padding:10px; }
.content h3 { padding-top: 10px; font-size:87.5%; }
.content p { font-size:81.25%; padding-top:10px; }
.content p.contact { padding-top:0; }
.content img { float:right; border:1px solid #fff; padding:2px; margin:3px; }

h1 { font-size:125%; padding-bottom:5px; }  
