/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote, ul, ol {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	list-style-position: inside;
}

ol li {
}

a {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
	
}


/* Container */

.container {
	padding-top: 20px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	padding: 10px;
	font-size: 1em;
}

.boxed .content {
	padding: 10px;
}

/* Logo */

#logo {
	width: 680px;
	height: 70px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background-color: #FFFFFF;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 4em;
	padding: 0px 0 0 0;
}

#logo h2 {
	float: left;
	font-size: 1em;
	
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 680px;
	height: 40px;
	margin: -20px auto 0 auto;
	background-color: #FFFFFF;
	color:#666666;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	color:#666666;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 680px;
	margin: 0 auto;
	background: url(_images/img01_cias.gif) repeat-y;
}



/* Column Two */

#col-two {
	float: left;
	width: 680px;
	padding-top: 10px;
	background: url(_images/img02_cias.gif) no-repeat;
}

#col-two .image {
	border: 1px dashed gray;
	padding: 3px;
	background-color: #FF908A;
	
}

#col-two .container {
	background: url(_images/img04.gif) repeat-x;
}

#col-two .boxed {
}

#col-two .boxed .title {
	color: #A92030;
}

#col-two .boxed .content {
}



/* Extra */

#extra {
	height: 4px;
	background: url(_images/img11_cias.gif);
	
}



/* Footer */

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	width: 680px;
	margin: 0 auto;
	font-size: x-small;
}
