@charset "utf-8";
/* CSS Document */

#header {
	background-color: b78de6;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../AmVideoImg/back.jpg);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#containerMain {
	height: auto;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#header2 {
	height: 185px;
	width: 649px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../AmVideoImg/title.png);
}

#header3 {
	background-image: url(../AmVideoImg/top.png);
	height: 26px;
	width: 650px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}


#bodyrepeat2 {
	height: auto;
	width: 650px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}


#footer {
	background-image: url(../AmVideoImg/bottom.png);
	height: 26px;
	width: 650px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}

#offer{
	height: auto;
	width: 600px;
	overflow: hidden;
	background-position: center;
	background-color: #CCCCCC;
	border: 1px dotted #9900CC;
}


#space {
	height: 20px;
}

p{
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}


ul {
	padding-left:45px;
	margin-right: 25px;

}
li {
	margin-bottom: 13px;
	margin-left: 5px;
}

ol {
	margin-left:50px;
}

h1 {
	font-family: Tahoma;
	font-weight: bolder;
	color: #3C0958;
	font-size: 35px;
	text-align:center;
	padding-top:10px;
	font-style: italic;
}

h2 {
	font-family: Tahoma;
	font-weight: normal;
	color: #8839b6;
	font-size: 32px;
	text-align:center;
	padding-top:10px;
	font-style: italic;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

img{
    border: 0;
}

