@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------
GLOBAL STYLES - GLOBAL.CSS

Colour reference

white - #FFFFFF
black - #000000
-----------------------------------------------*/

body 
{
font: 11px arial, verdana, sans-serif;
color: #000;
background: #0078ad;
height: 100%;
}
		
a 
{ 
text-decoration:none;
font-weight:bold;
color:#d01942; 
} 

a:hover 
{ 
text-decoration:underline;
} 
	
/* ---------------------------------------------
GENERAL STYLES
-----------------------------------------------*/

html 
{
height: 100.1%;
}

*  
{
padding:0;
margin:0;
}	

* a:hover, * a:active
{
	outline:none;
}	
		
.clear 
{
  clear: both;
  height: 0;
}

li li, li p, td p, blockquote p 
{
	font-size:11px;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

img 
{
	border: 0;
	vertical-align:bottom;
}

p
{
	line-height:1.7em;
	margin:0 0 1em 0
}

ul,li 
{
	list-style-type:none;
}


/* ---------------------------------------------
HEADER STYLES
-----------------------------------------------*/

h1 a
{
	float:left;
	display:block;
	text-indent: -500000px;
	width:930px;
	height:480px;
	background: url(../images/alexholder.gif) no-repeat;
	overflow:hidden;
}

/* ---------------------------------------------
CONTENT AREAS
-----------------------------------------------*/

#wrapper
{
	width:930px;
	margin:0 auto;
	padding: 70px 0 0 0;
	z-index: 2;
}

