/* html */
* {margin:0px;padding:0px}
body {background-repeat: repeat;background-image:url('images/main.jpg');  background-color: black;font-size:16px;font-family:Arial, Helvetica, sans-serif}
strong {color:red; font-weight:700}
a img {border:none; margin: 0px}
p {margin:0px 0px 10px 0px}
h1,h2,h3 {text-align:center; font-size: 16px; color:#B70000; margin: 5px; margin-bottom: 27px; font-size:24px; color: red}
a {color: red; text-decoration:underline}
a:hover {color:red;}
/* struct */

#container {width:1000px; margin:0px auto 0px auto;color:black;background-color:white;min-height:500px}

/* header */

#top {background-image:url('images/top.jpg'); background-repeat:no-repeat;width:1000px;height:150px;border-bottom:5px solid black}

#content {padding:40px; padding-left:60px;padding-right:60px; font-weight:700;;text-align:justify;background-image:url('images/fon.jpg'); background-repeat:repeat-y;}

#content ul {list-style:none; list-style-position:outside}

#content li {margin-bottom:15px}

#footer {background-color: #B70000;width:1000px; height: 75px; border-top: 5px solid black; margin-top: 25px}

#menu {float:right; padding: 10px; font-size:14px; margin:10px; width:200px; text-align:left; border: 2px solid black}

#menu ul {list-style:none}

#menu a {color: black; text-decoration:underline}

#menu a:hover {color:red;}

#footer div {margin:25px}

