@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	background: #A3A3A3; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

img{
	border:0px;
}

/* Font Classes */

a:link, a:visited{
	color:#333333;
	text-decoration:none;
}

a:hover, a:active{
	color:#000000;
	text-decoration:underline;
}

.Header{
	font-size:14px;
	font-weight: bolder;
	color:#080707;
}

.Header2{
	font-size:10px;
	font-style:italic;
	color:#990033;
}
	
.TopNav {
	color:#FFFFFF;
	font-size:11px;
}

.TopNav a:link, .TopNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.TopNav a:hover, .TopNav a:active{
	color:#000000;
	text-decoration:none;
}

/* Window Layout */

#window{
	width:900px;
	margin-top:20px;
}

#windowTopLeft{
	background:url(../images/window-top-left.gif) no-repeat bottom right;
	width:27px;
	height:37px;
}

#windowTopSlice{
	background:url(../images/window-top-slice.gif) repeat-x bottom;
}

#windowTopRight{
	background:url(../images/window-top-right.gif) no-repeat bottom left;
	width:27px;
	height:37px;
}

#windowSideLeft{
	background:url(../images/window-side.gif) repeat-y left #FFFFFF;
}

#windowCenter{
	background:#FFFFFF;
}

#windowSideRight{
	background: url(../images/window-side_right.gif) repeat-y right #FFFFFF;
}

#windowBottomLeft{
	background:url(../images/window-bottom-left.gif) no-repeat top right;
	width:27px;
	height:27px;
}

#windowBottomSlice{
	background:url(../images/window-bottom-slice.gif) repeat-x top;
}

#windowBottomRight{
	background:url(../images/window-bottom-right.gif) no-repeat top left;
	width:27px;
	height:27px;
}


#windowBarRight{
	background: url(../images/window-side-bar.gif) repeat-y right #ffffff;
}

#windowBarCenter{
	background:#c7c2b9;
	height:35px;
	padding-top:4px;
	padding-left:0px;
}

#windowBarLeft{
	background: url(../images/window-side-bar.gif) repeat-y left #ffffff;
}

#wordclaylogo{
	background:url(../images/wc-logo.jpg) no-repeat center;
	height:45px;
	width:100%;
}

/* Logo Containers */

#logoTopContainer{
	background:url(../images/image-logo-top.jpg) no-repeat bottom left;
	height:37px;
	width:273px;
	float:left;
}

#logoBottomContainer{
	background:url(../images/image-logo.jpg) no-repeat;
	height:113px;
	width:273px;
	float:left;
}
 
#backgroundRight {
background:url(../images/image-back.jpg) no-repeat;
height:425px;
width: 336px;
float: right;

}
#rightbackground {
background:url(../images/body-background.jpg) no-repeat center top;
height:300px;
width:340px;
}

/* Navigation Containers */

#topNav{
	float:right;
	width:500px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}

#lowerNav{
	float:right;
	width:500px;
	padding-top:23px;
	padding-right:0px;
	text-align:right;
}

