/* CSS Document */

/* Remove the margins and paddings by standard */

* { margin: 0px; padding: 0px; border: none; }
html { margin: 0; padding: 0px; }
body { font-family: Arial,Helvetica, sans-serif; font-size: 12px; background: #000000 url("../images/bg_body.jpg") no-repeat top center; }

/* Base html attribute formattings */

h1, h2, h3, h4, h5, h6,
p, 
ul, ol, dl,
blockquote, address, pre, 
table,
form * { color: #ffffff; }
a {color:#878787; }
a:hover {text-decoration:none; }

#header { width:100%; height:66px; text-align:center; margin:32px 0 0 0; }

#content { width:912px; margin:0 auto; }
#content p { font-size:11px; line-height:145%; margin: 0px 0 8px 0; color:#c9c9c9; }
#content h1 { font-size:13px; line-height:165%; margin: 0px 0 8px 0; color:#c9c9c9; font-weight:bold; }
#content h2 { font-size:20px; line-height:165%; margin: 25px 0 8px 65px; color:#c9c9c9; font-weight:normal; }

#box #btn_website {margin: 10px 0 0 0;}
#box #flashtext { font-size:9px; margin: 10px 0 0 0; color:#878787;}

#box_top { background: url("../images/bg_box_top.png") no-repeat; height:17px; }
#box { height:auto; width: 235px; background: url("../images/bg_box_middle.png") repeat-y; padding:10px 20px 3px 20px;}
#box_bottom { background: url("../images/bg_box_bottom.png") no-repeat; height:17px; }

#left { width: 271px; height:auto; float:left; }
#right { width: 641px; float:left; padding: 430px 0 0 0; }

#footer { position: fixed; bottom: 0px; left: 0px; z-index: 10; width: 100%; height: 28px; border-top:1px solid #242424; background-color:#000000; text-align:center; }
#footer a { color:#ffffff; text-decoration:none; font-size:11px; }
#footer img { border:none; }


#languageSelector {margin-left: 193px;}

