/* https://en.wikipedia.org/wiki/Bologna https://en.wikipedia.org/wiki/Milk*/

/* Do you absolutely need a glass of milk when you eat a bologna sammich? We believe there is no better combination of tall semi luke warm glass of milk and a dirty bologna sammich. Enjoy bologna porn while you eat your sammich. Here you will most likely find someof th most impressive milk and bologna delights along with some of the dirtiest balogna and milk combos around. */

#bg {
	background-color:#white;
}
a:link {
	color:black;
}
a:visited: {
	color:white;
}
a:hover {
	color:white;
}
#header {
	border:2px solid red;
	position:relative;
	height:80px;
	width:83%;
	background-color:#8A4B08;
	margin:0 0 10 0;
	float:right;
}
.milk {
	color:#FFFFFF;
}
.bolo {
	color:#FAAC58;
}
#logo {
	height:80px;
	position:fixed;
	float:left;
	margin:auto;
	margin-bottom:13px;
}
#title {
	text-align:center;
	margin-top:20px;
}
.links {
	border:2px solid red;
	border-radius:5%;
	float:left;
	position:fixed;
	height:825px;
	width:15%;
	background-color:gray;
	margin-top:100px;
	margin-left:10px;
	margin-bottom:10px;
	z-index:1;
}
#links {
	margin:auto;
}
.links h2 {
	text-align:center;
	text-decoration:underline;	
	color:black;
}
#links tr td{
	border:1px solid white;
	margin:auto;
	text-align:center;	
	position:relative;
	font-size:24px;
	height:30px;
	Width:100px;
}
.body {
	border:2px solid red;
	border-radius:5%;
	float:right;
	position:relative;
	height:800px;
	width:83%;
	background-color:gray;
	margin:auto;
	float:right;
}
.footer {
	border:2px solid red;
	position:relative;
	clear:both;
	height:80px;
	width:83%;
	background-color:#8A4B08;
	margin-top:10px;
	float:right;
	
}
#intro {
	color:black;
	text-align:center;
	margin:auto;
	padding:10px;
	font-size:18px;
}
.potd {
	border:2px solid white;
	height:250px;
	width:250px;
	background-color:black;
	display:block;
	margin:auto;
	margin-top:10px;
	margin-bottom:15px;
	position:relative;	
}
#potd {
	height:85%;
	width: 85%;
	margin:auto;
	display:block;
	position:relative;
	margin-top:10;
	border:1px solid white;
}
.potd p{
	text-align:center;
	color:white;
	margin-top:auto;
	margin-top:2px;
}
.footer h3 {
	color:yellow;
	text-align:center;
	text-weight:bold;
	margin:auto;
	margin-top:25px;
}
.footer p {
	font-size:12px;
	margin:auto;
	text-align:center;
	margin-top:5px;
}
#home_vids {
	margin:auto;
	height:315px;
	width:95%;
	background-color:black;
	border:2px solid white;
}
#news tr td {
	text-align:center;
	font-size:15px;
	margin:auto;
}
.footer div {
	float:left;
	margin:auto;
}


