/* Picturewatch CSS */

/* Page Layout */

body 
{
	background-image:url(../images/picturewatch-wallpaper.jpg);
	background-color:#B4BDC2;
}

.wrap {
	width: 55em;
	text-decoration: none;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 1px solid #133743;	
}

.form-wrap {
	width: 25em;
	text-decoration: none;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: 1px solid #133743;	
}

.menu {
	width: 55em;
	text-decoration: none;
	margin: 0 auto;
		
}

.left {
	width: 13em;
	text-decoration: none;
	text-align:center;
	background-color:#FFFFFF;
	float:left;
	padding-top:10px;
}	
	
.right {
	width: 42em;
	text-decoration: none;
	background-color:#FFFFFF;
	float:right;
	padding-top:10px;
}
	
	.bodyleft {
	width: 48%;
	text-decoration: none;
	text-align:center;
	background-color:#FFFFFF;
	float:left;
}	
	
.bodyright {
	width: 50%;
	text-decoration: none;
	background-color:#FFFFFF;
	float:right;
	text-align:left;
}
	
	
.bottom {
	width: 55em;
	text-decoration: none;
	margin: 0 auto;
	text-align:left;
	padding-top:3px;
	
}	
	

/* Font Styles */
	
h1 {
font: 11px Verdana;
font-weight:lighter;
color: black;
width: auto;
line-height:17px;
text-decoration: none;
padding-right:10px;
text-align:left;
}

h1 a:link, h1 a:visited, h1 a:active {
color: black;
text-decoration: underline;
}

h1 a:hover {
color: #000000;
text-decoration: underline;
}

h2 {
font: 11px Verdana;
color:#4E6369;
width: auto;
line-height:18px;
text-decoration: none;
text-align:left;

}

h3 {
font: 11px Verdana;
font-weight:lighter;
color: black;
width: auto;
line-height:17px;
text-decoration: none;
padding-right:10px;
text-align:center;

}

h3 a:link, h3 a:visited, h3 a:active {
color: black;
text-decoration: none;
}

h3 a:hover {
color: #000000;
text-decoration: none;
}

h4 {
font: 14px Verdana;
font-weight:lighter;
color: #143844;
width: auto;
line-height:17px;
text-decoration: none;
padding-right:10px;
text-align:center;

}

h5 {
font: 11px Verdana;
font-weight:lighter;
color: black;
width: auto;
line-height:17px;
text-decoration: none;
padding-right:10px;
text-align:left;

}

h5 a:link, h3 a:visited, h3 a:active {
color: black;
text-decoration: none;
}

h5 a:hover {
color: #000000;
text-decoration: none;
}

.tabletext {
font: 11px Geneva, Arial, Helvetica, sans-serif;
color: #424642;
text-align:center;
text-decoration: none;
}

/* Navigation */

.glossymenu{
list-style-type: none;
margin: 0 auto;
padding: 0;
width: 10em;
border: 1px solid #CCCCCC;
}

.glossymenu li a{
background-image:url(../images/buttons/nav-button-1.jpg);
background-color:#EEEEEE;
font: 11px Verdana;
color: #113945;
display: block;
width: auto;
padding: 5px 0;
text-decoration: underline;
border-bottom: 1px solid #CCCCCC;
}

.glossymenu li a:active{
background-image:url(../images/buttons/nav-button-2.jpg);
background-color:#214F5E;
color: #FFFFFF;
}

.glossymenu li .sidecurrent{
background-image:url(../images/buttons/nav-button-2.jpg);
background-color:#214F5E;
color: #FFFFFF;
}

.glossymenu li a:hover{
background-image:url(../images/buttons/nav-button-2.jpg);
background-color:#214F5E;
color: #FFFFFF;
}