@charset "utf-8";
/* CSS Document */

body {
background-attachment:scroll;
background-color:#012C4E;
background-image:url("/sites/all/themes/templeofrestoration/images/trc_background_resized.jpg");
background-repeat:no-repeat;
margin:0 auto;
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.introbox {
background-color: white;
width: 770px;
heigth: 300px;
margin-top: 150px;
border-color: black;
border-width: 1px;
border-style: solid;
}

.textbox {
width: 770px;
margin-top: 40px;
text-align: right;
}

a:link {
color: white;
text-decoration: none;
}

a:hover {
color: white;
text-decoration: underline;
}

a:visited {
color: white;
text-decoration: none;
}
