body, html, main {
        background-image: url("background.jpg");
    }
#container {
	width: 1200px;
	margin: 10px auto;
}

#main{
	background-color: white;
	min-height: 500px;
	overflow: hidden;
    background-image: url("background.jpg");
}

#sidebar1{
	background-color: #696969;
	min-height: 500px;
	width: 200px;
	float:left;
}
#sidebar2{
	background-color: #696969;
	min-height: 500px;
	width: 200px;
	float: right;
}
#column1{
	background-color:  #DCDCDC;
	min-height: 500px;
	margin-left: 150px;
	margin-right: 150px;
	}
#column1 img{
	display: inline-block;
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
#column1 p{
	position: relative;
	top: 6px;
	font-size: 16px;
}
#column1 p::first-letter{
	font-size: 400%;
    color: #A52A2A;
	
}
#column1 h2{
	position: relative;
    bottom: -17px;
    padding-right: 10px;
    margin: 0;
    display: inline-block;
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-indent: 25px;
	text-indent: 25px;
}

#buttons1Title {
	background: -moz-linear-gradient(45deg, rgba(255,59,5,1) 0%, rgba(0,128,128,1) 100%);
	color: #f2f2f2;
	width: 200px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	line-height: 30px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-weight: bold;
}
#buttons a {
	color: #f2f2f2;
	width: 200px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
	line-height: 30px;
	background: #708090;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#buttons img{
	width: 75px;
	height: 75px;
}

#buttons a:hover{
background: -moz-linear-gradient(53deg, rgba(69,0,0,1) 0%, rgba(0,128,128,1) 100%);
}

#buttons a:visited {
    color: #800080;
}
/* header */
#header {
	height:80px;
	margin:0 auto;
	width:1200px;
	background: -moz-linear-gradient(45deg, rgba(255,59,5,1) 0%, rgba(0,128,128,1) 100%);
}
#header h3{
	color:#FFFFFF;
	font-size:300%;
	text-align:center;
}

/* navigation */
#navigation {
	margin:0 auto;
	width:1200px;
	height:40px;
	list-style:none;
	background-color: #778899;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:149px;
	list-style:none;
}
#navigation a {
	color:#D3D3D3;
	font-weight: bold;
	display:block;
	line-height:40px;
	text-align:center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#navigation a:hover {
	background: -moz-linear-gradient(53deg, rgba(33,6,32,1) 0%, rgba(0,128,128,1) 100%);
	color:#ffd24d;
}
#navigation a:visited {
	color:#660066;
}
#navigation li:selected{
	background-color:#FFFFFF;
}

#footer {
	height:80px;
	margin:0 auto;
	width:1200px;
	background-color: #778899;

}