				/* this options affect all attribute's of all of page */
					/* this tag remove underline from evrery link in this page */
					a{
						color:white;
						text-decoration:none;
					}
					body{
						font-family:Tahoma,Arial;
						font-size:14px;
						background:url(images/page/bg.jpg) repeat-x; 
					}
				
					/* this tag define both of content in page*/
					#wrapper{
						margin:0 auto;
						border:1px solid black;
						height:auto;
						text-align:center;
						width:803px;
					}
				/*----------------------------------------------------*/
				/* the contents of #wrapper tag */
					#header{
						border:2px solid black;
						width:800px;
						height:200px;
						color:white;
						background:url(images/page/banner.jpg) no-repeat;
					}
					#content{
						height:auto;
					}
					#content div{
						
						height:auto;
						
					}
					#bottom{
						clear:both;
						height:auto;
					} 
				/*---------------------------*/
				
				/*the contents of #content tag*/
					#con-menu{
						background:url(images/page/upbutton-bg.jpg) no-repeat;
						width:570px;
						height:36px;
						padding-left:3px;
						padding-top:2px;
						border-right:1px solid black;
						border-bottom:1px solid black;
					}
					#con-body{
					    float:left;
						margin-left:6px;
						margin-top:5px;
						margin-bottom:5px;
						padding:9px;
						border:1px solid black;
						width:546px;
						background:url(images/page/rightbg.jpg);
					}
					#con-right{
					float:left;
						position:relative;
						top:-35px;
						left:3px;
						width:214px;
						border:1px solid black;
						background:url(images/page/rbg.jpg) repeat-x;
						background-color:#323232;
						height:400px;
						margin:5px;
						vertical-align:top;
					}
				/*-------------------------------------------*/
				
				
				/*content of #con-right tag */	
					/* for windows you must use 200px for width */
					#con-right-box1{
						padding-top:10px;
						width:207px;
						height:200px;
					}
					/* this tag set attribute's of small picture*/
					#bgpic{
						padding-top:10px;
						padding-left:1px;
						margin-left:7px;
						padding-bottom:5px;
						background:url(images/page/u.gif) no-repeat;
						width:97px;
					}
					#user-title{
						margin-left:15px;font-size:17px;
					
					}
					
					#table{
						padding-top:20px;
						padding-bottom:20px;
						text-align:center;
						background:url(images/list/list.gif) no-repeat;
						width:184px;
						height:390px;
						margin-left:12px;
						padding-left:10px;
					}
					
					#table td{
						background:url(images/list/lisitem.png);					
					}
					
				/*----------------------------------------*/
