#wrapper {
background: green;
font-family: "Arial", sans-serif;
font-size: 12pt;
}
#main {
background: #99CCFF;
width: 734;
height: 219;
font-family: "Arial", sans-serif;
vertical-align: top;
padding-left: 150px;
padding-right: 150px;
padding-top: 15px;
text-align: justify;
}
#contactspace {
background: #99CCFF;
width: 734;
height: 219;
font-family: "Arial", sans-serif;
vertical-align: top;
padding-left: 80px;
padding-right: 80px;
padding-top: 15px;
text-align: justify;
}
.pad_other_details {
text-align: justify;
padding-left: 15px;
padding-right: 15px;
}
.pad_other_details a {
color: red;
text-decoration: none;
}
.pad_other_details a:visited {
color: red;
}
.pad_other_details a:active {
color: red;
}
.pad_other_details a:hover {
color: green;
}
#main a {
color: red;
text-decoration: none;
}
#main a:visited {
color: red;
}
#main a:active {
color: red;
}
#main a:hover {
color: green;
}
#gallery {
background: #99CCFF;
font-family: "Arial", sans-serif;
vertical-align: top;
text-align: justify;
}
#gallery a {
color: red;
text-decoration: none;
}
#gallery a:visited {
color: red;
}
#gallery a:active {
color: red;
}
#gallery a:hover {
color: blue;
}
#blankspace {
background: #99CCFF;
width: 155;
height: 94;
}
input {
background: #6698FF;
color: black;
font-weight: bold;
border: 1px solid green;
}
textarea {
background: #6698FF;
color: black;
font-weight: bold;
border: 1px solid green;
}
#copyright {
font-size: 10pt;
}
#links {
text-align: right;
font-size: 9pt;
width: 600pt;
}
#links a {
color: red;
text-decoration: none;
}
#links a:visited {
color: red;
}
#links a:active {
color: red;
}
#links a:hover {
color: blue;
}
#pad_contact {
padding-left: 50px;
}

.border {
border: 1px solid black;
}