body {
	font-family: sans-serif;
	background-color: white;
	margin: 0px;
	background-color: #000;
	background-image: url('blueprints.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 80%;
}

p.clear {
	clear: both;
}
table.layout {
	margin-right: auto;
	margin-left: auto;
	border: none;
}

table.layout td,  table.layout th {
	border: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #5a2aff;
}

a:hover {
	text-decoration: underline;
}

a.image, a.image:hover, a.image:visited, a.image:active {
	border: none;
	text-decoration: none;
}

#main_container {
	padding: 5mm;
/*
	background-color: #222;

*/	background-image: url('15_percent_white.png');
	background-repeat: repeat;
	border: 1px solid #333;
	border-radius: 3mm;
	-moz-border-radius: 3mm;
	-webkit-border-radius: 3mm;

}


/**
 * Content Header
 */

#content_header {
	text-align: left;
	
}

#tecvalco_logo {
	padding: 5mm;
	padding-left: 0px;
	border: none;
}

/**
 * Menu
 */

#main_menu {
	white-space: nowrap;
}

#main_menu a {
	font-size: 10pt;
	font-weight: bold;
	font-family: sans-serif;

	vertical-align: middle;
	display: inline-block;
	height: 15px;
	padding: 1px;
	padding-bottom: 5px;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: 5px solid transparent;
	text-decoration: none;
	color: #999999;
}

#main_menu a:hover {
	color: #fff;
	border-bottom-color: #4d3b8a;
}
