@charset "utf-8";
.style1 {
	font-size: x-small;
	text-align: left;
	color: #FF0000;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #003399;
	border-left-color: #003399;
	border-left-width: 20px;
	border-left-style: solid;
	padding-left: 5px;
	font-variant: normal;
	font-style: italic;
	
}


p {
	line-height: 1.7em;
	font-size: small;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	
}
.box {
	background: #F2DAC2;
	clear: none;
	-moz-box-sizing:
	height: 321px;
	width: 750px;
	float: none;
	position: relative;
	margin: 15px;
}

.boxtop { 
  background:  url(../images/ne.gif) no-repeat top right; 
}

.boxtop div { 
	font-size: 0;
    height: 20px;   
    background: url(../images/nw.gif) no-repeat top left; 
}

.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right;
}

.boxbottom div { 
	font-size: 0;
    height: 20px; 
    background: url(../images/sw.gif) no-repeat bottom left; 
}

.boxcontent {
	padding: 5px 5px 5px 5px; 
	margin: 5px;
	float: none;
	clear: none;  
}
 
h2 {
	font-size: small;
	color: #A4B8D7;
	text-align: center;
}
.image-border {
	border: thin solid #000000;
	margin: 5px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}
.thumbs {
	height: 90px;
	width: 90px;
	border: thin solid #000000;
}

body {
	background-image: url(../images/iStock_2000x2000Medium.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}


	
