/***********************************************/
/* Global                                      */
/***********************************************/
* {
   margin:0;
   padding:0;
}

/* mac hide \*/
html, body {
   height:100%;
   margin:0;
   padding:0;   
}
/* end mac hide */

body {
   background:#000000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-align:center;
   color:#FFFFFF;
}

a:link {
	color:#3399FF;
}

a:hover {
	color:#FFCC00;
}

#clearer {
   clear:both;
   font-size:1px;
}
/***********************************************/
/* Container                                   */
/***********************************************/
/* mac hide \*/
#container {
   min-height:100%;
}
/* end mac hide */

* html #container{
   height:100%;
}

#container {
   width:780px;
   margin:0 auto;
   text-align:center;
}
/***********************************************/
/* Header                                      */
/***********************************************/
#header {
 	float:left;
	width:780px;
    height:6em;
    margin:0;
    display:inline;   
    background:url(../images/lines.gif) repeat-x 0 5em;
}

#header p {
	margin:0.5em;
	font-size:70%;
	color:#FFFFFF;
	text-align:left;
}

#contact {
	float:right;
	width:200px;
	height:5em;
	margin:1em 0 0 0;
    display:inline;	
}

#contact p {
	margin:0 0 0.5em 0;
}

#header h1 {
	margin:1em 0.5em 0 0.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	color:#FFFFFF;
}

#header h2 {
	margin:0 0.5em 0.5em 0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	color:#CCCCCC;
}
/***********************************************/
/* Main                                        */
/***********************************************/
#main {
   width:780px;
   margin:0;
}
/***********************************************/
/* Content                                     */
/***********************************************/
#content {
	float:left;
    width:680px;
    margin:0;   
    display:inline;
}

#content h1 {
   margin:1em 0 1.5em 0;
   font-size:1em;
   color:#CCCCCC;
}

#content h2 {
   margin:2em 0 1em 0;
   font-size:0.8em;
   font-style:italic;
   color:#FFCC00;
   text-align:left;
}

#content p {
   margin:0.5em 0 0.5em 0;
   font-size:0.75em;
   line-height:25px;
   text-align:left;
   color:#FFFFFF;
}

#content li {
   margin:1.5em;
   list-style-type:square;
   font-size:0.75em;
   text-align:left;
   color:#FFFFFF;
}

#content form {
	margin:0.5em;
	font-size:0.75em;
	text-align:left;
	color:#FFFFFF;	
}

#content form input, textarea {
	margin:0 0 1em 0;
}
/***********************************************/
/* Right Column                                */
/***********************************************/
#rightColumn {
   float:left;
   display:inline;   
   width:100px;
   margin:0;
}
/***********************************************/
/* Footer                                      */
/***********************************************/
#footer {
   position:relative;
   width:780px;
   height:3em;
   margin:-3em auto;
   background:url(../images/lines.gif) repeat-x top;
   clear:both;
   text-align:left;
}

#footer p {
	float:left;
	margin:2em 0 0 0;
    font-size:0.7em;
    text-align:left;
    color:#FFFFFF;
}

#clearfooter {
   height:4em;
   clear:both;
}  /*needed to make room for footer*/

* > html #clearfooter {
   width:100%;
   float:left;
}/* ie mac styles */