﻿@import url("layout.css");a { text-decoration: none;

	color:orange}
	
a:hover {
	color: #FF3300;
	text-decoration: underline;
		
}

 


	
}

a {
	color:orange;
	text-decoration: none;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:#111;
	color: white;
	}
	
#container {
	width: 800px;
	margin: 10px auto;
	border:2px;
	
	border-style:solid;
	border-color:gray;
	background:#666;
}
#masthead {
	text-align: center;
	width: 800px;


}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;*/
	
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;

	
	
	background-color: #333;
	
}
#content {
	
	float: left;
	width: 618px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	/*
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	*/
		border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;

	
	background-color: #333;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
	background-color: #666;
}



	

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #333;
	background-color: #333;
}
#navigation a {

	color:orange; /*#3d6c87;*/
	text-decoration: none;
	display:block;
	padding: 5px;
	border: 1px solid #333;
	background-color: #333;
}
#navigation a:hover {
	color: #FF3300;
	text-decoration:underline;
	border: 1px solid #5f8ea9;
	}

/* Content Styles */
#body h1,h2,h3,h4,h5,h6 {
	color:  #3D6C87;
	font-family: "New York", "MS Serif", "Serif";
}


h1 {
	font-size: xx-large;
	margin-top: 0px;
}

h2 {
	font-size: x-large;
	margin-top: 0px;
}

h3 {
	font-size: large;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}



}

#content img {

	padding: 0px;
	border: 0px solid;
	border-color:#bbb;
	border-style:solid;
	
}


/* Footer Styles */
#footer p {
	margin-top: 5px;
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


img.trasp{

	margin: 3px;
	padding: 2px;
	
	background-color: white;
}





#gallery1 table {
	text-align:center;
	table-layout:fixed;
	content: text-align:center;
	border: 2px;
	border-style: solid;
	border-color: orange;
	width: 615px;
	background-color: #aaa;
}



#gallery1 td {
	background-color:#222;
	margin:2px;
}




#gallery1 img {
	border: 1px;
	margin: 2px;
	border-color:#bbb;
	
	}
	

textarea.cod_html{
	background-color: #ccc;
	background-position: #ccc;
	background: #ccc;
	width: 610px;
	height: 80px;
	color: black;
	outline-color: #000;
	}

	
	
	



