@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ccc;
}
#top {
	margin: auto;
	width: 100%;
	height: 60px;
	background-image: url(graphics/top-back.jpg);
	}
#maindiv {
	margin: auto;
	width: 100%;
	height: 440px;
	background-color: #999;
	}
#movie {
	margin: auto;
	width: 1000px;
	height: 440px;
}
#contact {
	margin: auto;
	width: 1000px;
	height: 440px;
	background-image: url(graphics/contact.jpg);
}
#form {
	float: right;
	margin-right: 30px;
	postition: relative;
	width: 450px;
	margin-top: 10px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
}
#portfolio {
	margin: auto;
	width: 1000px;
	height: 440px;
	background-image: url('graphics/portfolio.jpg');
}
#left {
	width: 360px;
	float: left;
	margin-right: 20px;
}
#right {
	float: left;
	width: 600px;
}
#gallery-page {
	float: left;
	width: 350px;
	height: 400px;
}
.gall-focus {
	color:white;
}
#bottdiv {
	background-image: url(graphics/bot-back.jpg);
	width: 100%;
	background-repeat: repeat-x;
	}
#info-index {
	margin: auto;
	width: 700px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
	padding: 30px 30px 10px;
	text-align: center;
	}
#info {
	margin: auto;
	width: 700px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	padding: 20px 30px 10px;
	}
#footer {
	margin: auto;
	width: 1000px;
	text-align: center;
	}

/* menu */
#menu {
	margin: auto;
    width: 1000px;
	text-align: center;
	}
#menu ul {
    margin: 0px;
    padding-top: 20px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 14px;
    color: #006079;
}
#menu li {
    padding: 20px;
	list-style-type: none;
    display: inline;
}
#menu li a {
    text-decoration: none;
    color: #006079;
}
#menu li a:hover {
    color: #FFFFFF;
}
/* end menu */

/* gallery menu */
#gallery-menu {
    width: 350px;
	text-align: center;
	}
#gallery-menu ul {
    margin: 0px;
    padding: 10px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    color: #006079;
}
#gallery-menu li {
    padding: 20px;
	list-style-type: none;
    display: inline;
}
#gallery-menu li a {
    text-decoration: none;
    color: #006079;
}
#gallery-menu li a:hover {
    color: #FFFFFF;
}
/* end gallery menu */



#maindivbeintouch {
	background-image: url('graphics/beintouch.jpg');
	background-repeat: no-repeat;
	margin: auto;
	width: 998px;
	height: 440px;
	}

#services {
	margin: auto;
	width: 550px;
	}
#praisebottdiv {
	background-image: url('graphics/sidesbot.jpg');
	height: 70px;
	width: 100%;
	}
#praisewjwbott {
	background-image: url('graphics/wjwbottom.jpg');
	margin: auto;
	width: 998px;
	height: 70px;
	text-align: left;
	}
#indexcontent {
	margin: auto;
	width: 700px;
	text-align: left;
	}
#beintouchcontent {
	background-image: url('graphics/wjwbottom.jpg');
	margin: auto;
	width: 998px;
	text-align: center;
	}
#clear {
	clear: both;
}
	
/* text style */
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	display: inline;
	margin: 0;
}
h1.rest {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin: 3px;
}
.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	display: inline;
}
.content {
	padding-top: 35px;
	padding-left: 150px;
	width: 700px;
	color: #006079;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
.servindent {
	width: 600px;
	color: #006079;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
.content a {
	text-decoration: underline;
	}
.content a:link {
	color: #006079;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
.content a:hover {
	color: #FFFFFF;
	}
.formcontent {
	color: #006079;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}
.footertext {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 10px;
	}
.footertext a {
	color: #666;
	text-decoration: none;
	}
.footertext a:hover {
	color: #FFFFFF;
	}
	

