/* ............................................. Stylesheet ... */

/* ............................................. Body Layout ... */
body {
   font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333333;
   margin:50px 0 20px 0;
   text-align:center;
   background-color:#d0efd2;
   background-image:url(../images/cracked-paint-2-1170601%2015.jpg);
   background-attachment:fixed;
   background-repeat:no-repeat;
}

#website {
   width:1024px;
   margin:0 auto 0 auto;
   text-align:left;
   position:relative;
   background-color:#FFFFFF;
   border-style:solid;
   border-color:#FFFFFF;
   -moz-border-radius: 15px;
   border-radius: 15px;
}

#header {
   width:1000px;
   height:150px;
   margin: 0px auto;
}

#picturebox {
	width:1000px;
	height: 200px;
	margin: 0px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #4550a1;
	-moz-border-radius: 15px;
    border-radius: 15px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
}

#smallspacer {
   width:1000px;
   height:20px;
   margin: 0px auto;
}

#spacer {
   width:1000px;
   height:45px;
   margin: 0px auto;
}

#content {
   width:1000px;
   margin: 0px auto;
   border-style: solid;
	border-width: 1px;
	border-color: #4550a1;
	-moz-border-radius: 15px;
    border-radius: 15px;
} 
  
#footer {
   width:1000px;
   margin: 0px auto;
}

br {
 clear:both;
}


/* ............................................. Menu ... */

#contenttext {
	width: 950px;
	padding: 0 30px 15px 30px;
}

#menu {
	width: 1000px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin: 0px auto;
}

#menu a {
   color:#333333;
   text-decoration: none;
   font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size: 16px;
   font-weight:bold;
   line-height: 30px;
   text-indent: 10px;
}

#menu a:hover {
   color:#999999;
   font-weight:bolder;
}


/* ............................................. Footer ... */

.address {
   width: 1000px;
   font-family:Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   color:#555555;
   text-align: center;
   padding: 20px 0 0 0;
   margin: 0px auto;
}  


/* ............................................. Text... */

p {
   font-family:Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size:13px;
   line-height: 20px;
   color: #333333;
}  
 
a:link {
   color: #3366cc;
}
a:visited {
   color: #666666;
}
a:hover {
   color: #999999;
}

h1 {
   color:#4550a1;
   font-family:Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size:34px;
}

h2 {
   color:#4550a1; 
   font-family:Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size:18px;
}

h3 {
   margin: 0 0 0 40px;
   color:#4550a1; 
   font-family:Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size:16px;
   font-weight:normal;
}

h4 {
   color:#4550a1; 
   font-family:Trebuchet MS, Verdana, Helvetica, sans-serif;
   font-size:16px;
   font-weight:normal;
}

.indent {
	margin: 0 40px 0 40px;
}
