body, html {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	height: auto;
	color: #333333;
}

#page {
	height: 100%;
	width: 100%;
}

/* header */

#header {
	height: 150px;
	border-bottom: solid 2px #ff7b58;
	background-color: grey;
	width: 100%;
}
#nav {
	width: 1000px;
	height: 100%;
	margin: auto;
}
#homebotom {
	width: 25%;	
	height: 150px;
	background-color: white;
	color: #f90;
	font-weight: 700;
	font-size: 0.8em;
	float: left;

}
#homebotom img{
	margin-left: 25px;

}
#submenu {
	height: auto;
	margin-top: 95px;
	float: left; 
}
#content {
	height: 100%;
	width: 1000px;
	padding-top: 0px;
	margin: auto;
}
.box {
	width: 100%;
	display: table;	
	background-color: #f2f2f2;
	height: auto;
}

/* lists */

#submenu ul {
	height: 100%;
	width: 100%;
	padding-left: 0px;
	list-style-type: none;
	display: table;
}

#submenu li {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	font-weight: 400;
	display: inline;
	border-left: solid 1px #ff7b58;
}
.box ul {
	list-style-type: circle;
	font-size: 0.95em;
	line-height: 1.5em;
	padding-left: 40px;	
	max-width: 500px;

}

.col {
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25%;
}
.col-75 {
	width: 75%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
	float: left;
}
.col-25 {
	background-color: orange;
	width: 25%;
	height: auto;
	display: table;
	float: left;
}
.news {
	height: auto;
	padding-top: 10px;
	padding-left: 0px;
	color: grey;
}



/* footer */

#footer {
	font-size: 0.8em;
	background-color: #f5f5f5;
	width: 1000px;
	height: 100px;
	margin: auto;
	color: gray;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 2px #ccc;
}

/* links */

#submenu a {
	text-decoration: none;
	color: white;
}
#submenu a:hover {
	text-decoration: none;
	color: #000;
	}


h1 a {
	text-decoration: none;
}


.news a {
	font-size: 0.7em;
	text-decoration: none;
	color: orange;
	background-color: white;
	border-radius: 20px;
	padding: 7px;
}
.news a:hover {
	color: orange;
	background-color: black;
	
}
.title {
	font-size: 0.85em;

}
.date {
	font-size: 1.2em;
	color: #585858;
}

.hour {
	font-size: 0.9em;
	text-transform: uppercase;
	background-color: #ccc;
	width: 50px;
	border-radius: 5px;
	margin-left: 20px;
}


/* titles*/

h1 {
	padding-left: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}
h2 {
	width: auto;
	border-bottom: solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;	 
	padding-left: 20px;
	font-size: 1.1em;
	font-weight: 400;
	color: #f90

}

h3 {
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;	 
	padding-left: 20px;
	font-size: 1em;
	font-weight: 400;
	color: #f90

}
p {
	padding-left: 20px;
	max-width: 500px;
	font-size: 0.95em;
	line-height: 1.5em;
	margin-right: 25px;
}

hr {
	width: auto;
	border: solid 1px;
	border-color: #fff;
}
a {
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
	border: 0;
}

table {
	width: auto;
	border: 0px;
	margin-top: -17px;
}

td {
	vertical-align: top;
	width: 400px;
	padding-left: 5px;
	border-top: dotted 1px #ccc;
}
#submenu img {
	padding-left: 5px;
	padding-right: 3px;
	vertical-align: top;
}

#footer img {
	border: none;
	border: 0;
	float: left;
	padding: 15px;

}