@charset "utf-8";
/* CSS Document */

/*body element, you can overwrite that with a custom stylesheet for example in mozilla*/

#body, body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: "Book Antiqua", "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color:#000;
	padding:0px;
	margin: 0px;
	background:url(img/crackle--bkg.jpg) fixed;
}

a {
    color: #666;
    border-bottom: 1px solid #666;
    text-decoration: none; 
}

a:visited {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a:hover , a:active {
    color: #000;
    border-bottom: 1px solid #000;    
}

h1{
    font-size:18px;
}
h2{
    font-size:16px;
}
h3{
	font-size:13px;
}
h4{
    font-size:12px;
}

/*****************************************************************************/

/* container to center the layout
-------------------------------------- */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 15px;
	margin-bottom: 20px;

}

/*****************************************************************************/

#banner {
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(img/top.jpg);
	background-repeat: no-repeat;
	height: 126px;
}
#banner p{
	color: #CC0000;
	height: 130px;
}


/*****************************************************************************/

/*main-navi
-------------------------------------- */
#topnavi {
	background-color:#CC0000;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

p strong {
	font-size: 16px;
	color: #333;
	text-decoration: underline;
}

#topnavi a {
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 45px;
	border-bottom: none;
}

#topnavi a:visited {
	color:#FFF;
}

#topnavi a:hover {
	color: #CCC;
}

#left #topnavi a,img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-left: 0px;
}
#left #topnavi a {
	padding-left: 5px;
}



/*#container  #topnavi a.selected {
    background-color: #ffffff;
    color: ##0066CC;
    border-left: solid 1px #666;
    border-right: solid 1px #666;    
}
*/
/*****************************************************************************/

/* content elements
-------------------------------------- */
#content {
	padding: 25px  0px;
	margin:0px;
	margin-left:35px;
	margin-right:150px;
	background-color: #ffffff;
	background-image: url(img/grad.jpg);
	background-repeat: repeat-x;
}

#content h1 {
	padding: 0px 50px 0px 50px;
	margin:0px 0px 15px 0px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}
#content p{
    line-height: 18px;
    padding: 0px 50px 0px 50px;
    margin:0px 0px 15px 0px;
}
#content ul{
    padding: 0px 50px 0px 75px;
    margin:0px 0px 15px 0px;
}
#content p.center{
    text-align:center;
}
#left {
	float: left;
	width: 153px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#right {
	float: right;
	width: 200px;
	margin: 0;
	padding-top: 90px;
	background-image: url(img/grad.jpg);
	background-repeat: repeat-x;
	border: 10px none #FFF;
/*	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
*/}

#right p{
	padding: 0px 15px 5px 25px;
	margin:0px;
}

#right h3 {
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 25px;
}
.subtitle {
	font-size: 10px;
}


#left .selected, #right .selected {
    text-decoration: underline;
}

#left ul, #right ul {
    list-style-type: none;
    margin: 0px 25px;
    padding: 0px;
} 
#left li, #right li {
    margin-bottom: 8px;
}
/*#left h3, #right h3{
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 25px;
}
*/

/*****************************************************************************/
/*footer
-------------------------------------- */
#footer {
    clear: both;
    padding: 0 50px;
    color: #666;
    font-weight: bold;
    margin: 0px;
    background-color: #fff;
}
