body {
	padding: 0;
	background: #A0A0A3;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #5E5757;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -2px;
	font-size: 1.5em;
}

h2 {
	letter-spacing: -2px;
	font-size: 1.3em;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {
	border-bottom: 1px solid #E0E0E0;
	text-decoration: none;
	color: #5B5A5A;
}

a:hover {
	border: none;
}

/* Table */
table.alpha
{
	width: 420px;
	border: 1px solid #FFFFFF; 
	text-align: center;
	background-color: #EDEDED;
}
table.alpha td
{
	border: 1px solid #ffffff; 
	padding: 1px;
	background-color: #EDEDED;
}

table.alpha a
{
	border:none;
	text-decoration: none;
	color: #5B5A5A;
}

table.alpha a:hover {
	border-bottom: 1px solid #000000;
}
/* Header */

#header {
	height: 400px;
	background: url(images/img1.jpg) no-repeat right top;
}

#header h1 {
	padding: 320px 30px 0 0;
	text-align: right;
	letter-spacing: -5px;
	font-size: 1.6em;
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #B22900;
}

#header h2 {
	margin: -15px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #6C7F00;
}


/* Content */
#head {
    height: 30px;
	width: 760px;
	margin: 0 auto;
	background: url(images/head.jpg) no-repeat;
}


#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif) repeat-y;
}

/* Column One */

#colOne {
	float: left;
	width: 480px;
}


#colOne .post {
	margin: 0 30px;
	padding: 20px 0 10px 0;
	border-top: 10px solid #E0E0E0;
}

#colOne .sape {
	font-size:0.7em;
	margin: 0;
	padding: 20px 30px 0 30px;
	text-align: justify;
	border-top: 10px solid #E0E0E0;	
}

/* Column Two */

#colTwo {
	float: left;
	width: 280px;
}

#photo {
	height:380px;
	width: 280px;
	background: #F2F1F6;
}
#pusto {
	height:30px;
	width: 280px;
	background: #F2F2F4;
}


#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 10px;
	border-bottom: 1px solid #D0D1CB;
}

#colTwo li ul {
	padding-left: 0px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.4em;
	margin-bottom: 1em;
	padding: 0 0 0 24px;
	background: url(images/img4.gif) no-repeat left center;
}


#colTwo .sape {
	font-size:0.7em;
	margin: 0;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	border-bottom: 1px solid #D0D1CB;	
}
#colTwo .sape a {
	border-bottom: 1px solid #E0E0E0;
	padding-left: 0;
	background:none;
	text-decoration: none;
	color: #5B5A5A;	
}

#colTwo .sape a:hover {
	border: none;
	text-decoration: none;
	color: #B22900;	
}

#colTwo a {
	border: none;
	padding-left: 25px;
	background: url(images/img5.gif) no-repeat left center;
}

#colTwo a:hover {
	color: #B22900;
}

#menu {
	background: #D0D1CB;
	
}

#menu h2 {
	font-size: 1.7em;
	background-image: url(images/img6.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 50px;
	background: url(images/bright_101.gif) no-repeat right top;
	display: block;
	width: 210px;
	margin:0;
	text-decoration:none;
	border:0;
	font-size: 1.3em;
	line-height:40px;
	

}

#menu a:hover, #menu .active a {
	background-position:left bottom;
	color:#990000;
	
	font-style:normal;
	text-decoration:none;
	
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #D0D1C7;
}

#footer * {
	color: #5F5F5F;
}

#footer p {
	font-size:0.8em;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#footer_img {
    height: 25px;
	width: 760px;
	margin: 0 auto;
	background: #D0D1C7 url(images/footer.jpg) no-repeat;
}

