/***********************************
CSS Document by Tygostudios
A Sondroyo Communications Network Group
January 2008 
Respect Copyright
************************************/

/******************
general attributes
*******************/

body {
	background-color: #313032;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height:32px;
	color: black;
	}
	
#container {
	border: 10px solid #006fb6;
	background-color:white;
	}
	
#footer {
	}

/******************
links
*******************/

A:link {text-decoration: underline; color: #006fb6; }
A:visited {text-decoration: underline; color: #006fb6;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #000000;}

/*for other stuff*/
.other A:link {text-decoration: underline; color: #9C332D; }
.other A:visited {text-decoration: underline; color: #9C332D;}
.other A:active {text-decoration: none; color: #9C332D;}
.other A:hover {text-decoration: none; color: #9C332D;}


/********************
main layout
******************/
	
hr {
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
	color: #36b8e2;
	border: none 0; 
	border-top: 1px solid #36b8e2;/*the border*/ 
	}
	
.right {
	margin: 6px 5px 10px 10px;
	}
	
.blueborder {
	background-image: url(/framework/leftbarback.png);
	background-repeat: repeat-y;
	}

.aboutbackground {
	background-image: url(/framework/titlebars/about.png);
	background-repeat:repeat-x;
	}
	
.sitesbackground {
	background-image: url(/framework/titlebars/sites.png);
	background-repeat:repeat-x;
	}
	
.filesbackground {
	background-image: url(/framework/titlebars/fileserver.png);
	background-repeat:repeat-x;
	}
	
.contactbackground {
	background-image: url(/framework/titlebars/contact.png);
	background-repeat:repeat-x;
	}
	
.termsbackground {
	background-image: url(/framework/titlebars/terms.png);
	background-repeat:repeat-x;
	}
	
.adventurebackground {
	background-image: url(/framework/titlebars/adventure.png);
	background-repeat:repeat-x;
	}
	
.wishbackground {
	background-image: url(/framework/titlebars/wish.png);
	background-repeat:repeat-x;
	}