/* General */

* {
	margin: 0;
	padding: 0;
}

.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color: #333;
        text-align: center;
}

a {
	color: #1b67b2;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

a img {
	border: none;
}

p {
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0;
	vertical-align: top;
}

ul {
	margin: 0 0 15px 15px;
	padding: 0;
}

ol {
	margin: 0 0 15px 22px;
	padding: 0;
}

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

h1 {
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}

h3 {
	color: #1b57aa;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
}

h4 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 15px;
}

/* Homepage */

acronym {
    border-bottom: 1px dotted;
}

.cufon {
    font-size: 25px;
}

#dog {
    width: 535px;
    height: 369px;
    margin: 75px auto 20px auto;
    background: url(../images/black-dog.png) no-repeat;
}

#title {
    position: relative;
    top: 275px;
    left: 140px;
}

#title h1 {
    font-size: 60px;
}

#footer p {
    font-size: 10px;
    color: #666;
}

