/* CSS Document */

* {

padding: 0;
margin: 0;

}

img{ 

border:0px;

}

a{ 

color:#FFFFFF;
text-decoration:none;

}

body{

/* Background image is the image that will appear over entire page. Background Color is a plain colour over the entire page

/* background-image:url(i/bigbg.jpg); */
/* background-color:#FFFFFF; */

}


.outer{

margin-left:auto;
margin-right:auto;
position:relative;
width:950px;
margin-top:0px;
height:600px;
background-color:#333333;
/* background-image:url(i/bg.jpg);
/* background-repeat:no-repeat; */

}

.outerhome{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:950px;
	margin-top:-8px;
	height:750px;
	background-color:#900;

}

.homecontent{
	position:absolute;
	width:926px;
	height:350px;
	left:9px;
	top:100px;

}

.homecontent h2{

font-size:24px;
margin-top:0px;

}

.homecontent p{
	
	color:#FFF;
	
}

.homecontent h3{

font-family:Arial, Helvetica, sans-serif;
padding:10px;
font-size:18px;
color:#FFFFFF;

}

.outer_gallery{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-8px;
height:1390px;
background-color:#333333;
/* background-image:url(i/bg.jpg);
/* background-repeat:no-repeat; */

}

h2{

font-family:Arial, Helvetica, sans-serif;
padding:10px;
font-size:20px;
color:#FFFFFF;

}

p{

font-family:Arial, Helvetica, sans-serif;
padding:10px;
font-size:12px;
color:#FFFFFF;

}

.menu{

position:absolute;width:110px;height:108px;left:15px;top:228px;

}

.menu p{

font-size:10px;
padding:6px;
padding-top:2px;
padding-bottom:2px;
color:#333333;

}

.menu ul{

font-size:10px;
padding:3px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
list-style-type:none;

}

.menu li{

padding:0px;
padding-left:0px;
margin:0px;

}

.menu a{

color:#333333;
text-decoration:none;
padding:0px;
margin:0px;

}

