BODY {
background-color : #000000;
color : #FFFFFF; 
text-align : left; 
margin-right : 3mm; 
margin-left : 3mm; 
} 

#body {

margin-right : 1%; 
margin-left : 1%; 
margin-top : 1%; 
background :#808080; 
border: 1px solid #FF0066; 
padding: 5px;
} 

.menu {
background: url("filler.jpg") 
} 

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}


#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#808080;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */

}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */

}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	/*  border-top:1px solid #000; */
}
#footer p {
	padding:10px;
	margin:0;
}

h1 {
font-weight : bold; 
color : #FFFFFF; 
background-color : transparent; 
text-align : center; 
font-family : Tahoma, Arial, Times New Roman, sans-serif; 
} 



.tel {
text-align : center; 
font-weight : bold; 
font-size:430%; 
color : #FFFFFF; 
background-color : transparent; 
text-align : center; 
font-family : Verdana ; 
} 
h2 {
font-weight : bold; 
color : #FFFFCC; 
background-color : transparent; 
text-align : center; 
} 
h3 {
font-weight : bold; 
color : #FFFFCC; 
background-color : transparent; 
text-align : center; 
font-family : Arial, Times New Roman, sans-serif; 
} 

p {

font-family : Arial, Times New Roman, sans-serif; 
text-align : justify; 
margin-right : 1%; 
margin-left : 10%; 
} 
ul

{
font-style : normal; 
margin-right : 1%; 
margin-left : 10%; 
} 

a:link {color: #FFFFCC; text-decoration: none; }
a:hover {color: #FFFFCC; text-decoration: underline; }
a:visited {color: #FFFFCC; text-decoration: none; }

