﻿@import url(layout.css);
body {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-image:url('../artwork/TopGitBanner3.jpg');
	background-repeat:no-repeat;
	background-color:black;
	
}
#container {
	width: 100%;
	margin: 0;
	background: transparent;

	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
		font-weight: bold;
	background: transparent;
}
#navigation {
	background: transparent;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	font-weight: bold;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	background-color: transparent;



}
#column_l {
	/*/position: relative;/*/
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: transparent;
 background:transparent
	float: none;
	/*/background-image:url('../artwork/gitbackground.jpg') ;/*/
	/*/background-repeat:no-repeat;/*/

}
#column_r {

	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: black;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: transparent;

	padding-bottom: 5px;




}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	color:  white;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 5;
	background:transparent;
}
#navigation li {
	float: left;
	background:transparent;
}
#navigation a {
	color:  white;
	text-decoration: none;
	display: block;
	padding: 5px;
	 border:thin black solid;
	background-color:   transparent;
}
#navigation a:hover {
	color: black;
	text-decoration: none;
	border: thin black solid;
	background-color: #FFCC00;
}
/* Styles for Content */

p {
	color: white
	
}

h1 {
	font-size: 2em;
	color: white;
	background:transparent;

}
h2 {
	font-size: 1.75em;
	color: white;
}
h3 {
	font-size: 1.5em;
	color: white;
}
h4 {
	font-size: 1.25em;
	color: white;
}
h5 {
	font-size: 0.75em;
	color: white;
}
h6 {
	font-size: 0.5em;
	color: white;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: white;
	margin: 0px;
	padding: 1px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: white ;
	text-decoration: underline;

}
a:hover {
	color: white;
	text-decoration: underline;
	background-color: black;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* set millions of background images */
.rbroundbox { background: url('../artwork/nt.gif') repeat;  }
.rbtop div { background: url('../artwork/tl.gif') no-repeat top left; }
.rbtop { background: url('../artwork/tr.gif') no-repeat top right; }
.rbbot div { background: url('../artwork/bl.gif') no-repeat bottom left; }
.rbbot { background: url('../artwork/br.gif') no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 8px;
font-size: 1px;

}
.rbcontent { margin: 0 8px; }
.rbroundbox { width: 95%; margin: auto; }
