
div.container {
    width: 1024px;
   
}

p { margin: 8; padding: 8; text-align: justify; font-size:1.10em;}
a:link, a:visited { font-size:1.10em; color: #0099CC; text-decoration:none;} 
a:active, a:hover { font-size:1.10em; color: #003366; text-decoration: underline;}

header {
    /* clear: both; */
	width: 1024px;
    height: 140px;
    /*border: 1px solid gray;*/
	text-align: center;
	padding: 10px 0;
	
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2275ad+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(34,117,173,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34,117,173,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34,117,173,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2275ad', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

footer{
	/* clear: both; */
	width: 1024px;
	text-align: center;
	padding: 10px 0;
	    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2275ad+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(34,117,173,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(34,117,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(34,117,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#2275ad',GradientType=0 ); /* IE6-9 */
}

center {
       text-align: center;
}

/* menu */
menu {
	clear: both;
	width: 980px;
	height: 50px;
	background: url(images/template_menu_bg.gif) repeat-x;
}

menu ul {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

menu ul li {
	text-align: center;
	display: inline;
}

menu ul li a {
	padding: 5px 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4979af;
	border-right: 1px solid #d5d5d5;	
}

menu li .current {
	color: #1d2f53;
}

menu li a:hover {
	color: #1d2f53;
}

menu li .last {
	border-right: none;
}

menu li .current_last {
	color: #1d2f53;
   	border-right: none;
}


nav {
    float: right;
    border-left: 1px solid gray;
    
    width: 200px;
    margin: 0;
    padding: 1em;
}

nav ul {
    list-style-type: none;
    padding: 0;
}
   
nav ul a {
    text-decoration: none;
}

article {
   
    margin-left: 10px;
    padding: 1em;
    overflow: hidden;
}


