/* 
====================================                        
Author: Den Grunge
Date: April 18, 2008
====================================
*/

/* ------------------------------ */
/* RESET                          */
/* ------------------------------ */

* { padding: 0; margin: 0; }

/* ------------------------------ */
/* GLOBAL                         */
/* ------------------------------ */

body { font: 13px Verdana; color: #C0C0C0; background: #1e2a63; }
ul { list-style: none; }
a { color: #ffcc66; }
a:hover { color: #ffcc66; }
p { font: 13px Verdana; color: #C0C0C0}
h1 { font: 14px Verdana; font-weight: bold; color: #FFFF00; margin-bottom: 10px; }
/* ------------------------------ */
/* BLOCKS                         */
/* ------------------------------ */
#container { width: 1000px; overflow: hidden; margin: 10px auto; font: 12px Verdana; }
#nav { width: 203px; float: left; }
#content { width: 750px; float: left; padding: 10px 20px; text-align: justify;}
#footer { clear: both; padding: 5px; font: bold 12px Verdana; }

/* ------------------------------ */
/* BLOCKS FULL                    */
/* ------------------------------ */

#container-full { width: 1003px; overflow: hidden; margin: 10px auto; }
#content-full { width: 760px; float: left; padding: 10px 20px; text-align: justify; }

/* ------------------------------ */
/* MISC BLOCKS                    */
/* ------------------------------ */

#logo { width: 201px; height: 201px; background: url(../images/logo.gif) 50% 50% no-repeat; border: 1px solid #669; }
#image { width: 601px; height: 295px; background: #1e2a63; margin: -10px -20px 13px -20px; }

.block { border: 1px solid #669; padding: 10px; width: 181px; margin-bottom: 10px; }
.contact { font: bold 12px Tahoma; color: #ff0; }
.refresh strong { margin-bottom: 10px; display: block; }

#content p, #content-full p { margin-bottom: 10px; }
