body {
    background: url("images/img01.jpg") repeat-y scroll center top #2749B7;
    color: #8C8C8C;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
body, th, td, input, textarea, select, option {
    font-family: "Trebuchet MS","Times New Roman",Arial,Times,serif;
}
h1, h2, h3 {
    color: #5AB6EB;
    font-weight: normal;
}
h1 {
    font-size: 3em;
    letter-spacing: -2px;
}
h2 {
    font-size: 2em;
    letter-spacing: -1px;
}
h3 {
    font-size: 1em;
}
p, ul, ol {
    line-height: 200%;
}
blockquote {
    padding-left: 1em;
}
blockquote p, blockquote ul, blockquote ol {
    font-style: italic;
    line-height: normal;
}
a {
    color: #9BDB18;
}
a:hover {
    color: #E6B715;
    text-decoration: none;
}
#header {
    background: url("images/img03.jpg") no-repeat scroll right top transparent;
    height: 348px;
    margin: 0 auto;
    padding: 0;
    width: 761px;
}
#header h1, #header p {
    color: #E6B715;
    margin: 0;
}
#header h1 {
    padding: 100px 0 0 50px;
}
#header p {
    margin-top: -10px;
    padding-left: 53px;
}
#header a {
    color: #E6B715;
}
#page {
    margin: 0 auto;
    width: 760px;
}
.news {
    color: #FFFFFF;
}
#content {
    float: left;
    margin: -90px 0 0;
    width: 470px;
}
.post {
    padding: 0 0 20px;
}
.title {
    border-bottom: 2px dashed #333333;
    margin: 0;
    padding-bottom: 5px;
}
.byline {
    color: #FFFFFF;
    margin: 0;
}
.meta {
    border: 1px dashed #333333;
    color: #4FBBFF;
    padding: 5px 10px;
    text-align: right;
}
.meta .more {
    background: url("images/img05.gif") no-repeat scroll left center transparent;
    padding-left: 20px;
}
.meta .comments {
    background: url("images/img06.gif") no-repeat scroll left center transparent;
    padding-left: 20px;
}
#sidebar {
    float: right;
    width: 230px;
}
#sidebar ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#sidebar li {
}
#sidebar li ul {
    padding: 15px;
}
#sidebar li li {
    background: url("images/img02.gif") no-repeat scroll 5px 50% transparent;
    border-bottom: 1px dotted #FFFFFF;
    padding-left: 15px;
}
#terms li {
	/*list-style-type: none;*/
}

#reg {
	margin-right: 150px;
	--border: 5px SOLID;
}

#registrationbox {
	--border: 3px DASHED;
	--background-color: #999;
	--border-color: grey;
	padding: 5px;
	width: 65%;
	margin-left: 55px;
	position: center;
}

#registrationbox  p{
	margin: 0px; 
	font-size: 20px;
	color: #000;
	line-height: 100%;
}

.ali {
	padding-right: 40px;
}

#sidebar h2 {
    border-bottom: 2px solid #0F0F0F;
    margin: 0;
    padding: 20px 0 0;
}
#sidebar a {
    text-decoration: none;
}
#sidebar a:hover {
}
#footer {
    clear: both;
    font-size: smaller;
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
    width: 761px;
}
.info, .success, .warning, .error, .validation {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
}
.info {
    background-color: #BDE5F8;
    background-image: url("images/info.png");
    color: #00529B;
}
.success {
    background-color: #DFF2BF;
    background-image: url("images/success.png");
    color: #4F8A10;
}
.warning {
    background-color: #FEEFB3;
    background-image: url("images/warning.png");
    color: #9F6000;
}
.error {
    background-color: #FFBABA;
    background-image: url("images/error.png");
    color: #D8000C;
}
.validation {
    background-color: #FFCCBA;
    background-image: url("images/warning.png");
    color: #D63301;
}

