@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Tahoma;
	vertical-align: top;
}
h1{
	text-align:center;
	color: #CC0099;
	font-size:24px;
}
h3{
	text-align:left;
	color: #FF00FF;
	font-size:20px;
}
p{
	text-align:justify;
	color: #666666;
	font-size: 15px;
	margin-bottom: 10px;
}
a{
	text-decoration:underline;
	color: #666666;
}
a:hover{
	color:#0033FF;	
}

#header {
	width: 1000px;
}

<!------------------------------------------------------------- menu nav //-->
#navmenu {
	width: 1000px;
}
td.home {
	width: 150px;
	height: 20px;
	float:left;
}
td.navad {
	width: 750px;
	height: 20px;	
	float:right;
}
td.dropdownmenu {
padding-left:130px;
}
<!--------------------- end menu nav //-->

#body {
	width:1000px;
}

td.leftcolumn {
	width: 130px;
	float:left;
	padding:5px;
	z-index: -1;
}

td.pictures {
	/*width: 620px;*/
}

td.rightcolumn {
	width: 130px;
	z-index: -1;
}

#footer {
	width: 1000px;
}





















