/* CSS Document */



body {

	width: 720px;

	margin: 0px;

	padding: 0px; 

	font-size: 10px;

}

 

/* Sets Width to Maximum allowed */



div#logo {

position:absolute;

	width: 200px;

	height: 110px;

	top:10px;

	left:10px;

}

 

/* Sets Height and width, aligns images right 

and Sets the Background Colour */



div#header {

	position:absolute;

	width: 660px;

	height: 110px;

	top:10px;

	left:215px;

}



/* Sets Width to Maximum allowed */

 

div#main {

	position:absolute;

	width: 320px;

	height: 410px;

	top:125px;

	left:225px;

}

div#aboutus {

	position:absolute;

	width: 342px;

	height: 410px;

	top:125px;

	left:225px;

}

div#servicemain {

	position:absolute;

	width: 350px;

	height: 410px;

	top:125px;

	left:225px;

}

div#mainpic {

	position:absolute;

	width: 600px;

	height: 410px;

	top:125px;

	left:215px;

}

div#photos {

	position:absolute;

	width: 600px;

	height: 500px;

	top:125px;

	left:215px;
	
}

div#menu {

	position:absolute;

	width: 200px;

	height: 410px;

	top:125px;

	left:10px;

	background-color:#BE2A36;

}



p {

   font-family: times new roman;

   font-size:13px;

   font-weight: bold;

   margin-top:0px;

   margin-bottom:10px;

}



ul {

   font-family: times new roman;

   font-size:13px;

   font-weight: bold;

   list-style:'none' 'none' 'square';

   line-height: 17px;

   margin-top:0px;

   margin-bottom:0px;

}

a {

  color:#000000;

}

h1 {

   font-family:"Monotype Corsiva";

   width: 600px;

   font-size:44px;

   font-weight:bold;

   color:#BE2A36;

   margin-top:0px;

   margin-bottom:0px;

}



div#menuitems a {

   font-family:"Monotype Corsiva";

   font-size:19px;

   font-weight:200;

   color:#C8AC45;

   margin:0;

   text-decoration:none;

}

div#menuitems {

   position:absolute;

   left:25px;

}