﻿/* Layout CSS */

body{
background-color:black;
font-family:"Times New Roman", Times, serif;
font-size:16px;
color: #E2E2E2;
}

#masthead {
height:127px;
background-image: url('bgtop1.jpg');
background-repeat:no-repeat;
background-position:left top;
text-align:center;
}
#top_nav {
background-color:#333333;
border-bottom:2px black solid;
text-align:center;
height:22px;
font-size:14px;
}

#container {
position: relative;
width: 100%;
}

#left_col {
width: 200px;
position: absolute;
left: 0px;
top: 0px;
text-align:center;
}

#page_content {
background-color: #333333;
margin-left: 210px;
padding:14px;
color:#C0C0C0;
}


#footer {
font-size:14px;
color:silver;
text-align:center;
padding-left:210px;
}
#footer a:hover{
	text-decoration:none;
}


h1{
font-size:50px;
}
h2{
font-size:36px;
}
.centro{
	text-align:center;
}
a:link{
	color: silver;
	text-decoration:none;
}
a:hover{
	color:white;
	text-decoration:underline;
}

