﻿
body {
	background-image : url('images/mainbg.jpg');
	background-repeat : no-repeat;
	background-color : #6f747a;
	background-position : center top;
	font-family : Arial;
	color : white;
}

a {
	color : white;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #cde2e3;
}

a:hover {
	color : #93b9ba;
}

hr {
	border : 0;
	color : white;
}

#container {
	width : 950px;
	margin-right : auto;
	margin-left : auto;
}

#navbar {
	background-image : url('images/navbarbg.png');
	border : 1px solid white;
	width : 950px;
}

#carlscogland {
	margin-top: 15px;
	margin-left : 170px;
}

#socialheader {
	margin-top : 15px;
	margin-left : 220px;
	width : 240px;
	float: left;
}

#social {
	padding: 5px;
	clear: both;
	width : 490px;
	margin-left : 220px;
	background : #26466d;
	text-align : center;
	border : 1px solid white;
	float: left;
	vertical-align: middle;
}

#musicplayerheading {
	margin-top: 15px;
	float: right;
}

#musicplayer {
	width : 192px;
	float: right;
	height: 95px;
	margin-bottom: 10px;
}

#maincontent {
	clear: both;
	padding-left : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 5px;
	margin-top : 30px;
	margin-left : 220px;
	width : auto;
	background : #26466d;
	border : 1px solid white;
}

#videos {
	margin-top : 15px;
	width : 360px;
	margin-left : 220px;
	float : left;
}

#videocontent {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	background : #26466d;
	border : 1px solid white;
	width : auto;
}

#photos {
	margin-top : 15px;
	width : 360px;
	float : right;
}

#photocontent {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	background : #26466d;
	border : 1px solid white;
	width : auto;
	height: 200px;
}

#footer {
	clear : both;
	font-size : small;
	padding-top : 25px;
}
.contentlink {
	padding-right : 5px;
	padding-left : 5px;
}

h3 {
	padding-left : 10px;
}

.maincontentlink {
	text-decoration : none;
	font-weight : bold;
	color : #ffffff;
}

.navbarlink {
	text-decoration : none;
	font-weight : bold;
	color : #ffffff;
	padding : 5px 5px 5px 5px;
}

.footerimage {
	padding-right: 5px;
	padding-left: 5px;
}

.thumbnail
{
	margin: 5px 5px 5px 5px;
	height: auto;
	width: auto;
}