
/*============================================================================*/
/* Reset                                                                      */
/*============================================================================*/

* {
	padding: 0;
	margin: 0;
/*	border: 0;*/
	color: Black;
/*	background-color: transparent;*/
	text-align: left;
	font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
/*    line-height: 2em;*/
}
option {
    padding-left: 0.4em;
}
html {
    height: 100%;
    margin-bottom: 1px;
    background-color: #fff;
}
body {
    text-align: center;
    background: url(title.jpg) top center no-repeat;
    padding: 20px 0;
}
/*fieldset, img {
    border: 0 solid;
}*/
ul, ol, dl {
    margin: 0 0 1em 1em; 
}
li {
    margin-left: 1.5em;
    line-height: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 1em 2em;
}
blockquote, cite {
    margin: 0 0 1em 1.5em;
}


/*============================================================================*/
/* Global                                                                     */
/*============================================================================*/
a, a:link {
	color: #990000;
	text-decoration: underline;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
a:hover {
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
a:visited {
	color: Gray;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #990000;
    line-height: 1.2em; 
}
h1, h1 a {
	font-size: 22px;
	margin-top: 15px;
}
h2, h2 a {
	font-size: 18px;
	margin-top: 15px;
}
h3, h3 a {
	margin-top: 14px;
	font-size: 16px;
}
h4, h4 a {
	margin-top: 12px;
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover  {
	text-decoration: none;
	color: #990000;
}
p {
	margin-top: 10px;
}
a, a img {
    padding: 0;
    margin: 0;
    border: 0;
}
em {
    font-size: inherit;
    font-familiy: inherit;
    font-weight: inherit;
    font-style: italic;
    color: inherit;
    text-decoration: inherit;
}

/*============================================================================*/
/* wrapper                                                                    */
/*============================================================================*/
#wrapper {
    width: 600px;
    margin: auto;
}

/*============================================================================*/
/* header                                                                     */
/*============================================================================*/
#title {
    text-align: center;
}
#title a, #title a:hover, #title a:visited {
    margin: 20px 0 0 0;
    color: #990000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
}
#subtitle {
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
#introduction {
    color: #000;
    position: relative;
    top: 80px;
    left: 240px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    width: 360px;
}

/*============================================================================*/
/* navigation                                                                 */
/*============================================================================*/
#navigation {
    padding: 5px 0;
    text-align: center;
    background-color: #ededed;
}
#navigation a, #navigation a:link {
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    color: #000;
    margin: 0 20px;
}
#navigation a:hover {
    color: #fff;
}

/*============================================================================*/
/* search                                                                     */
/*============================================================================*/
#search {
    margin: 100px 0 0 0;
    text-align: center;
    padding: 20px 0;
}

/*============================================================================*/
/* content                                                                    */
/*============================================================================*/
#social_bookmarks {
    margin: 5px 0 0 0;
    text-align: right;
}
#content * {
    text-align: justify;
    line-height: 2em;
}
#copyright {
    margin: 20px 0;
    font-size: 10px;
    text-align: center;
    margin: 20px 0;
}
