Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- background-color:#000033;
- background-image:url(primehorizontal.png);
- color:#003300;
- font-family:Arial,Helvetica,sans-serif;
- }
- #wrapper {
- width:80%;
- margin-left:auto;
- margin-right:auto;
- background-color:#FFFFCC;
- min-width:700px;
- max-width:1024px;
- padding:0 0 20px 30px;
- border:1px ridge #00332B;
- -webkit-box-shadow:inset -3px -3px 3px 3px #00332B;
- -moz-box-shadow:inset -3px -3px 3px 3px #00332B;
- box-shadow:inset -3px -3px 3px 3px #00332B;
- -webkit-border-radius:15px;
- -moz-border-radius:15px;
- border-radius:15px;
- }
- header,nav,main,footer {
- display:block;
- }
- header {
- color:#48751A;
- }
- h1 {
- }
- h2 {
- color:#003366;
- }
- h3 {
- color:#006600;
- padding-top:10px;
- }
- dd {
- font-style:italic;
- font-size:.90em;
- line-height:200%;
- }
- #left {
- float:left;
- width:150px;
- }
- nav {
- font-weight:bold;
- font-size:1.2em;
- }
- nav ul {
- list-style-type:none;
- margin:0;
- padding-left:0;
- }
- nav a {
- text-decoration:none;
- display:block;
- text-align:center;
- color:#FFFFCC;
- border:3px outset #cccccc;
- padding:5px;
- font-weight:bold;
- }
- nav a:link {
- background-color:#003366;
- }
- nav a:visited {
- background-color:#48751A;
- }
- nav a:hover {
- border:3px inset #333333;
- }
- footer {
- font-size:.60em;
- font-style:italic;
- clear:both;
- }
- #right {
- margin-left:180px;
- padding-right:20px;
- padding-bottom:20px;
- }
- .contact {
- font-family:"Times New Roman", serif;
- font-size:.90em;
- font-weight:bold;
- }
- .floatleft{
- float:left;
- padding-right:20px;
- padding-bottom:20px;
- }
- img {
- border-style:none;
- }
- .clear {
- clear:left;
- }
Advertisement