/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#navigationdiv {
	width:1200px;
	height: 250px;
}
#sportworld-website-01 {
	float: left;
	width:400px;
	height:200px;
}
#sportworld-website-02 {
	float: left;
	width:800px;
	height:100px;
}
#sportworld-website-03 {
	float: left;
	width:200px;
	height:100px;
	margin-top: 100px;
}
#sportworld-website-04 {
	float: left;
	width:200px;
	height:100px;
	margin-top: 100px;
}
#sportworld-website-05 {
	float: left;
	width:200px;
	height:100px;
	margin-top: 100px;
}
#sportworld-website-06 {
	float: left;
	width:200px;
	height:100px;
	margin-top: 100px;
}
#sportworld-website-07 {
	width:1200px;
	height:50px;
	float: left;
}
#wrapper {
	margin: 0 auto;
	width: 1200px;
}
#content {
	margin-top: 5px !important;
	width: 1150px;
	height: 1500px;
	-moz-box-shadow: 0px 6px 15px 1px #888;
	-webkit-box-shadow: 0px 6px 15px 1px#888;
	box-shadow: 0px 20px 15px 1px #888;
}
#footer {
	width: 1200px;
	height: 100px;
	background-image: url(images/footer_03.png);
}
#Grant {
	width: 1150px;
	height: 500px;
}
#Carlos {
	width: 1150px;
	height: 500px;
}
#Teodor {
	width: 1150px;
	height: 500px;
}
#restaurant {
	height: 250px;
	width: 1150px;
}
#store {
	height: 250px;
	width: 1150px;
}
#left_box {
	width: 575px;
	height: 250px;
	float: left;
	overflow: hidden;
}
#right_box {
	width: 575px;
	height: 250px;
	float: right;
	overflow: hidden;
}
#text_box_footer {
	width: 575px;
}
#text_box_footer p {
	padding: 10px;
	color: white;
}
.centered {
	margin-left: 50px;
	margin-top: 20px;
}
.text {
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	margin-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
}
.newlink {
	text-align: right;
	margin-right: 25px;
	bottom: 0;
}
.text a {
	text-decoration: none;
	color: gray;
	text-transform: uppercase;
	
}
.text a:hover{
	color: #06C;
	
	
}