﻿/* CSS layout */
#masthead {
	background-image: url('assets/buddies/assets/title.jpg');
	background-repeat: repeat-x;
	background-attachment: inherit;
}
#top_nav {
	background-color: #00CC00;
	border-color: #00FF00;
	border-style: solid;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	margin: 0px;
	border-color: #660066;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #9900CC;
	height: 1185px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#page_content {
	padding: 0px;
	border-color: #0000FF;
	border-style: solid;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #33CCFF;
	width: auto;
	border-right-width: 100px;
	border-left-width: 100px;
}
#right_col {
	border-color: #660066;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #9900CC;
	height: 1185px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#footer {
	background-color: #FF0000;
	border-color: #CC3300;
	border-style: solid;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}


