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

body {
background-color:#000000;
margin: 0;
padding: 0;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

#outside-container {
background:url(../images/page_build/background-main.jpg) repeat-y;
width:1024px;
margin: 0 auto 0 auto;
text-align:left;
}

#header {
height:169px;
background:url(../images/page_build/header.jpg);
}

#nav-bar {
background:url(../images/page_build/nav-bar-bg.jpg);
height: 42px;
}

#content-top {
background:url(../images/page_build/content-top3.png);
height:63px;
}

#content-main {
}

#content-text {
margin-left:80px;
margin-right:270px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
}

#pagebox {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: url(../images/content-gradient.png) repeat-y;
	margin: 3px 0 0 0;
	
}

#content-bottom {
background:url(../images/page_build/content-bottom2.png);
height:50px;
}

#sidebar {
	background:url(../images/page_build/sidebar-bg.png) no-repeat;
	height:329px;
	float:right;
	position:relative;
	right: 20px;
	width: 204px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
}

#sidebar h3 {
	color:#000000;
}

#info_box {
	float:right;
	position:relative;
	width: 300px;
	height: 100px;
	top: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	right: 10px;
	text-align: center;
	padding-top: 10px;
}


#sidebar-text {
	font-size: x-small;
	text-align: center;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
background:url(../images/black.png) repeat;
padding:20px;
}

#links-logo {
position: relative;
text-decoration:none;
border:none;
}

#footer-logo {
	position: relative;
	left: 900;
	width:200px;
	text-decoration:none;
	border:none;
}

/* L I N K S  |  Styling for all links, including menu item images */
/* --------------------------- */

a.linx {
	font-size:x-small;
	padding-left:30px;
	}

a.linx:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

a.about {
	background: url(../images/page_build/buttons/about_off.gif) no-repeat;
	text-decoration: none;
	display: block;
	width: 69px;
	height: 42px;
	float:left;
	position:relative;
	left: 241px;
}
a.about:hover { background:url(../images/page_build/buttons/about_on.gif); text-decoration:none;}
a.blog {
	background: url(../images/page_build/buttons/blog_off.gif) no-repeat;
	text-decoration: none;
	display: inherit;
	width: 51px;
	height: 42px;
	float:left;
	position: relative;
	left: 335px;
}
a.blog:hover { background:url(../images/page_build/buttons/blog_on.gif); text-decoration:none;}

a.gallery {
	background: url(../images/page_build/buttons/gallery_off.gif) no-repeat;
	text-decoration: none;
	display: block;
	width: 82px;
	height: 42px;
	float:left;
	left: 425px;
	position: relative;
}
a.gallery:hover { background:url(../images/page_build/buttons/gallery_on.gif); text-decoration:none;}
a.contact {
	background: url(../images/page_build/buttons/contact_off.gif) no-repeat;
	text-decoration: none;
	display: block;
	width: 86px;
	height: 42px;
	float:left;
	position: relative;
	left: 500px;
}
a.contact:hover { background:url(../images/page_build/buttons/contact_on.gif); text-decoration:none;}

a#current { background-position: 0px -62px; } /* Current page with caret */

a.pix {
	color: #000000;
	text-decoration:none;
	font-style: normal;
	font-weight: bold;
	font-size: medium;
	}

a.pix:hover {
	color:#ffffff;

/* --------------------------- */

