/*
This is a test. It is ONLY a test
*/

body,
html {
    margin:0;
    padding:0;
/*    background:#a7a09a; */
    color:#000;
    }
body {
    min-width:750px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif
/*    background-color: #000; */
    }
#wrapper {
/*    background: transparent; */
    background-image: url(purple-swirly.jpg);
    background-repeat: repeat;
    margin:0 auto;
    width: 100%;
    }

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

a {
        color: #0066ff;
}
a img {
        border: solid 1px #00d;
}

a:visited {
        color: #6666aa;
}

a:hover {
        color: #f33;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
h2 {
/*        border-bottom: 1px dotted #ccc; */
/*        font: 95% "Times New Roman", Times, serif; */
        font: "Times New Roman", Times, serif;
        letter-spacing: 0.2em;
        margin: 15px 0 2px 0;
        padding-bottom: 2px;
}

h3 {
        border-top: dotted 1px #ccc;
        border-bottom: dotted 1px #ccc;
        font-family: "Times New Roman", Times, serif;
        margin-top: 0;
}

#header {
/*        background-image: url(title.gif); */
/*        background-repeat: no-repeat; */
/*	background-color: #f40000;*/
	background-color: #cc0033;
        border: none;
/*        position: relative; */
/*	float: left; */
        margin-left: auto;
        margin-right: auto;
	height: 100px;
/*        width: 100%; */
	border: solid 3px #000;
}
#header1 {
        background: transparent;
/*	background-color: #eeeeee;*/
        border: none;
/*        position: relative; */
/*        float: left; */
/*	clear: left; */
        margin-left: auto;
        margin-right: auto;
/*	border: solid 1px #000;*/
/*        width: 100%; */
/*        width: 1024px; */
}
#header2 {
/*        background: transparent; */
	background-color: #eeeeee;
        border: none;
	padding: 10px;
/*	float: left; */
/*	clear: left; */
	margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
/*        margin: 30px 30px 30px 30px; */
        width: 80%;
/*	border: solid 1px #000; */
/*        width: 1024px; */
}

#content {
	background: transparent;
	margin: 10px 10px 10px 10px;
        width: 90%;
	margin-left: auto;
    	margin-right: auto; 
}

#menu1 {
/*      background: transparent; */
      background: #fff;
border: medium double rgb(0,0,51);
        margin: 10px 10px 10px 10px; 
	padding: 5px;
/*	border: solid 1px #00d; */
        width: 65%;
	height: 100%;
	float: left;
}
#menu1 ul {
        color: #777;
/*        font-weight: bold; */
        list-style-type: none;
        text-transform: none;
}
#menu1 p {
        padding 10px;
}
#menu2 {
/*      background: transparent;  */
      background: #fff;
border: medium double rgb(0,0,51);
        margin: 10px 10px 10px 10px; 
	padding: 5px;
/*	border: solid 1px #000; */
        float: right;
        width: 25%;
/*	height: 100%; */
	min-height: 100%;
}
#menu2 ul {
        color: #777;
/*        font-weight: bold; */
        list-style-type: none;
        text-transform: none;
}
#footer {

/*        background: transparent; */
        background-color: #eeeeee;
        clear: both;
        margin-top: 40px;
border: medium double rgb(204,0,51);
        margin-left: auto; 
        margin-right: auto;
	padding: 10px;
/*        margin: 30px 30px 30px 30px; */
        width: 85%;
}
