
body {
    font-family: arial, helvetica, sans serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #333;/* dark grey*/
	background-color: #fff;/*white*/
	background-image:   url(images/page_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#wrapper {
	position: relative;
	width: 56em;
	margin: auto;
}

/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 56em;
	height: 110px;
	margin: 0px 0px 15px 0px;
	text-align: left;
	vertical-align: bottom;
}

#header img{
	padding-top: 60px;
}


#menu {
	width: auto;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 10px;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: medium;
}

#menu a{
	color: #fff; /*white*/
	text-decoration: none;
	font-size: 90%;
}

#menu a:hover{
	color: #fff;/*white*/
	text-decoration: none;
	font-size: 90%;
}


#menu2 {
	padding: 15px 15px 0px 15px;
	text-align: right;
	font-weight: bold;
	width: 52em;
	color: #fff;
	height: 40px;
	float: right;
}

#menu2 a{
	color: #fff; /*white*/
	text-decoration: none;
	font-size: 90%;
}

#menu2 a:hover{
	color: #fff;/*white*/
	text-decoration: none;
	font-size: 90%;
}

/*////////////////////////////
	SIDE PHOTO AREA
////////////////////////////*/

.rightcontent{
	margin: 0px 0px 20px 0px;
	padding: 0px 15px 0px 0px;
	width: 327px;
	float: right;
	text-align: center;
}

				

/*////////////////////////////
	CONTENT
////////////////////////////*/
#content{
	padding: 0px 0px 20px 0px;
	background-color: #fff;
	text-align: left;
	width: 56em;
	min-height: 300px;
	max-height: auto;
	float: left;
}
			
* html #content { height: 300px;}

#contactdetails{
	padding: 15px 15px 0px 15px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	width: 52em;
	color: #000099;
	height: 40px;
	float: right;
}
						
.innercontent{
	width: 24em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 15px;
	float: left;
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/

#footerwrapper{
	width: 56em;
	background-color: #3333FF;
	height: auto;
	float: left;
	color: #fff;
}

#footer2{
	line-height: 1.2em;
	padding: 10px 0px 10px 15px;
}


#footer2 a{
	color: #fff; /* white */
	text-decoration: underline;
}


#footer2 a:hover{
    color: #fff;  /* white */
	text-decoration: underline;
}
		

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #000099;/*dark blue*/
	font-size: medium;
	font-weight: bold;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #3333FF;/*lighter blue*/
	font-size: small;
	font-weight: bold;
}  

h3{
	font-family: arial, helvetica, sans serif;
	color: #000099;/*dark blue*/
	font-size: small;
	font-weight: bold;
}  
  


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #000099; /* dark blue */
	text-decoration: underline;
}

a:visited{
    color: #000099; /* dark blue */
	text-decoration: underline;
}

a:hover{
    color: #3333FF;  /* lighter blue */
	text-decoration: underline;
}

/*////////////////////////////
	OTHER
////////////////////////////*/


.right{
	margin-left: 5px;
	float: right;
}

.left{
	margin-right: 20px;
	float: left;
}

ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.small{
	font-size: 80%;

}

img{
	border: none;
}

.center{
	text-align: right;

}

.alignleft{
	text-align: left;

}
