
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
 background-image: url('dark_bg2.jpg');
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-position: 50% -200px;
}

 h1 {
 color: #3F96FF;
 display: inline;
}

h2 {
 color: #afae8b;
 display: inline;
}

p {
 font-size: 1.3em;
}

p.italic {
 font-style: italic;
 }
 
p.smallgrey {
 color: #afae8b;
 font-size: 1.1em;
 text-align: center;
}


a.smallgreylink:link    { text-decoration:underline; font-size: 1em; color: #afae8b; font-weight: normal; }
a.smallgreylink:visited { text-decoration:underline; font-size: 1em; color:#afae8b; font-weight: normal; }
a.smallgreylink:hover   { text-decoration:underline; font-size: 1em; color:#fff; font-weight: normal; }

a.white:link     { text-decoration:underline; font-size: 1em; color: #ffffff; font-weight: normal; }
a.white:visited  { text-decoration:underline; font-size: 1em; color:#ffffff; font-weight: normal; }
a.white:hover    { text-decoration:underline; font-size: 1em; color:#afae8b; font-weight: normal; }

 
 
#wrapper { 
 margin: 0 auto;
 width: 1000px;
 border: 0px solid #fff;
}

#header {
 color: #fff;
 width: 938px;
 height: 70px;
 float: left;
 padding: 30px;
 border: 0px solid #yellow;
 margin: 0px 0px 0px 0px;
 background-image:url('header1.jpg');
}

#leftcolumn { 
 color: #fff;
 border: 0px solid #ccc;
 background-image:url('trans_bg.png');
 margin: 0px 0px 11px 0px;
 padding: 30px;
 width: 589px;
 min-height: 450px;
 float: left;
 }

#rightcolumn { 
 float: right;
 color: #fff;
 border: 0px solid #ccc;
 background-image:url('trans_bg.png');
 margin: 0px 0px 10px 0px;
 padding: 30px;
 width: 280px;
 min-height: 450px;
 height: auto;
 display: inline;
}

#footer { 
 width: 978px;
 height: 40px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background-image:url('trans_bg.png');
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

img.sampleimages {
 display: block;
 margin: auto;
}


