body { background-color: #fff; font-family: tahoma, arial, helvetica, serif; }

#mainContainer { margin: 10px auto; border: 1px solid #000; width: 780px; text-align: center; }

#url { margin: 15px auto 5px; }
#url a { text-decoration: none; color: #000 }
#url a:hover { text-decoration: underline; color: #ff1800 }

h1#owner { text-align: center; font-size: 3em; text-transform: uppercase; }
h2 { padding: 15px 0 10px; font-size: 3em; text-transform: uppercase; }
h3#url { text-align: center; font-size: 1.2em }

#simpleMenu { list-style-type: none; margin: 10px auto 0;  }
#simpleMenu li { display: inline; padding: 3px 10px; font-size: 1.4em }
#simpleMenu li a { color: #0033ff; text-decoration: none; font-weight: bold; }
#simpleMenu li a:hover { color: #ff1800; text-decoration: underline }

#animatedMenu { margin: 10px auto; }

#contactLink { display: block; text-align: right; padding-right: 25px; }
#contact { border: none; }

#copyrights,
#about { font-size: 1.1em; padding: 4px 10px; }

#about { float: right }
#about a { text-decoration: none; color: #000 }
#about a:hover { text-decoration: underline; color: #ff1800 }
#copyrights { float: left; text-align: left; }

.error { font-size: 1.3em; padding: 5px 0 }
