/* CSS Document */

body { 				margin: 0px;
					font-family: verdana;
}

div#design_logo { 		position: relative;
						top: 40px;
						width: 300px;
						left: 40px;
}

div#navigation			 { 		position: absolute;
								width: 445px;
								top: 85px;
								left: 376px;
}


div#text		 { 		position: absolute;
						width: 500px;
						top: 160px;
						left: 265px;
}

div#textleft			 { 		position: absolute;
								width: 210px;
								top: 160px;
								left: 47px;
}

div#base_rule			 { 		position: absolute;
								width: 774px;
								height: 8px;
								top: 1450px;
								left: 47px;
}

div#sign_off			 { 		position: absolute;
								width: 300px;
								height: 20px;
								top: 1470px;
								left: 47px;
}

div#copyright			 { 		position: absolute;
								width: 300px;
								height: 20px;
								top: 1470px;
								left: 520px;
}

div#breadcrumb			 { 		position: absolute;
								width: 500px;
								top: 130px;
								left: 47px;
}
	
p {					font-size: 11px;
					line-height: 19px;
					margin-bottom: 0px;
}

p b {				font-size: 12px;
					line-height: 19px;
					margin-bottom: 0px;
					letter-spacing: 1px;
}

p.second {			font-size: 16px;
					line-height: 16px;
					width: 180px;
}

p.third {			font-size: 10px;
					line-height: 12px;
}

p.forth {			font-size: 13px;
					line-height: 14px;
}

H1 {				font-size: 10px;
					line-height: 12px;
}

H2 {				font-size: 10px;
					line-height: 12px;
					font-weight: normal;
}

a {					text-decoration: none;
}

a:link {			color: black;
}

a:visited {			color: #666;
}

a:hover {			color: white;
					background: gray;
}

a.thumb:hover {		color: none;
					background: none;
}
