/* css by Michael Tsang version 0.01 
main colours: 
1DBED0 - green
FFFFFF - white
404042 - dark grey
8C8C8E - light grey


*/

/* basic elements */
body{
	background:#1DBED0 none repeat scroll 0 0;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
} 

.itemContainer {
	display:inline;
	width:300px;
	height:320px;
	float:left;
	border-style:solid;
	border-top-width:6px;
	border-right-width:6px;
	border-left-width:6px;
	border-bottom-width:6px;
	border-color:#FFFFFF;
	background:#FFFFFF none repeat scroll 0 0;
	margin:8px;
}

.itemContainerEndLine{
	display:block;

}

.itemContainerFiller {
	display:inline;
	width:300px;
	height:320px;
	float:left;
	border-style:solid;
	border-top-width:6px;
	border-right-width:6px;
	border-left-width:6px;
	border-bottom-width:6px;
	border-color:#1DBED0;
	background:#1DBED0 none repeat scroll 0 0;
	margin:8px;
}

.itemContainerFillerEndLine{
	display:block;

}

.itemContainerText{
	margin-top:2px;
	background:#404042 none repeat scroll 0 0;
	height:100px;
	padding:0px;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}

.nav {
	margin-top:2px;
	background:#404042 none repeat scroll 0 0;
	height:100px;
	padding:0px;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}

#content {
	width: 990px; 
	margin:0 auto;
	
	
	/*
	*/
	/*942px ; margin-left: auto ; margin-right: auto ;*/
}



ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size:1.5em;
	line-height: 14pt; 
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-2px;
}

/*Text*/

a:link {color: #FFFFFF; text-decoration:none;}
a:visited {color: #FFFFFF; text-decoration:none;}
a:hover {color: #1DBED0;}
a:focus {color: #1DBED0;}
a:active {text-decoration:none;} 
a {
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-size:1.75em;
	font-family:Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 18pt;
	letter-spacing:-2px;
	text-transform:lowercase;
}


h2{
	font-family:Verdana, Geneva, sans-serif;
	color:#8C8C8E;
	font-size:1em;
	line-height: 10pt;
	/*letter-spacing:2px;*/
	text-transform:lowercase
}

img {
	border:0px;
}

#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em;
	text-align:right;
	margin-right:15px;
}

.colour1 {
	color:#404042;
}

.colour2 {
	color:#FFFFFF;
}
